linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: <yhchuang@realtek.com>
To: <kvalo@codeaurora.org>
Cc: <linux-wireless@vger.kernel.org>, <briannorris@chromium.org>
Subject: [PATCH v2 8/8] rtw88: allows to receive AMSDU in AMPDU
Date: Mon, 9 Sep 2019 15:16:11 +0800	[thread overview]
Message-ID: <1568013371-21805-9-git-send-email-yhchuang@realtek.com> (raw)
In-Reply-To: <1568013371-21805-1-git-send-email-yhchuang@realtek.com>

From: Yan-Hsuan Chuang <yhchuang@realtek.com>

The hardware has enough buffer to receive like 8K for an MPDU.
So tell mac80211 that we can receive AMSDU in AMPDU.

Signed-off-by: Yan-Hsuan Chuang <yhchuang@realtek.com>
---

v1 -> v2
   * no change

 drivers/net/wireless/realtek/rtw88/main.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/wireless/realtek/rtw88/main.c b/drivers/net/wireless/realtek/rtw88/main.c
index e5a6bc0..fc8f6213 100644
--- a/drivers/net/wireless/realtek/rtw88/main.c
+++ b/drivers/net/wireless/realtek/rtw88/main.c
@@ -1236,6 +1236,7 @@ int rtw_register_hw(struct rtw_dev *rtwdev, struct ieee80211_hw *hw)
 	ieee80211_hw_set(hw, SUPPORTS_PS);
 	ieee80211_hw_set(hw, SUPPORTS_DYNAMIC_PS);
 	ieee80211_hw_set(hw, SUPPORT_FAST_XMIT);
+	ieee80211_hw_set(hw, SUPPORTS_AMSDU_IN_AMPDU);
 
 	hw->wiphy->interface_modes = BIT(NL80211_IFTYPE_STATION) |
 				     BIT(NL80211_IFTYPE_AP) |
-- 
2.7.4


      parent reply	other threads:[~2019-09-09  7:16 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-09  7:16 [PATCH v2 0/8] rtw88: enhance and stabilize T-Put performance yhchuang
2019-09-09  7:16 ` [PATCH v2 1/8] rtw88: 8822c: update PHY parameter to v38 yhchuang
2019-09-13 15:04   ` Kalle Valo
2019-09-09  7:16 ` [PATCH v2 2/8] rtw88: 8822c: update pwr_seq to v13 yhchuang
2019-09-09  7:16 ` [PATCH v2 3/8] rtw88: 8822c: Enable interrupt migration yhchuang
2019-09-09  7:16 ` [PATCH v2 4/8] rtw88: 8822c: add FW IQK support yhchuang
2019-09-09  7:16 ` [PATCH v2 5/8] rtw88: 8822c: add SW DPK support yhchuang
2019-09-09  7:16 ` [PATCH v2 6/8] rtw88: move IQK/DPK into phy_calibration yhchuang
2019-09-09  7:16 ` [PATCH v2 7/8] rtw88: add dynamic cck pd mechanism yhchuang
2019-09-09  7:16 ` yhchuang [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1568013371-21805-9-git-send-email-yhchuang@realtek.com \
    --to=yhchuang@realtek.com \
    --cc=briannorris@chromium.org \
    --cc=kvalo@codeaurora.org \
    --cc=linux-wireless@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).