projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
479c4ee
)
rtw88: allows to receive AMSDU in AMPDU
author
Yan-Hsuan Chuang
<yhchuang@realtek.com>
Mon, 9 Sep 2019 07:16:11 +0000
(15:16 +0800)
committer
Kalle Valo
<kvalo@codeaurora.org>
Fri, 13 Sep 2019 15:03:22 +0000
(18:03 +0300)
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>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/realtek/rtw88/main.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/realtek/rtw88/main.c
b/drivers/net/wireless/realtek/rtw88/main.c
index e5a6bc094808b4d27d7162afdb44f8bec18e51dc..fc8f6213fc8f25e80bae6326b609c09405bf9992 100644
(file)
--- 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) |