Skip to content

Commit 62b8963

Browse files
Pradeep Kumar ChitrapuKalle Valo
authored andcommitted
ieee80211: Add new A-MPDU factor macro for HE 6 GHz peer caps
Add IEEE80211_HE_6GHZ_MAX_AMPDU_FACTOR as per IEEE Std 802.11ax-2021, 9.4.2.263 to use for peer max A-MPDU factor in 6 GHz band. Signed-off-by: Pradeep Kumar Chitrapu <[email protected]> Signed-off-by: Jouni Malinen <[email protected]> Acked-by: Johannes Berg <[email protected]> Signed-off-by: Kalle Valo <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 62db14e commit 62b8963

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/linux/ieee80211.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2084,6 +2084,7 @@ int ieee80211_get_vht_max_nss(struct ieee80211_vht_cap *cap,
20842084

20852085
#define IEEE80211_HE_VHT_MAX_AMPDU_FACTOR 20
20862086
#define IEEE80211_HE_HT_MAX_AMPDU_FACTOR 16
2087+
#define IEEE80211_HE_6GHZ_MAX_AMPDU_FACTOR 13
20872088

20882089
/* 802.11ax HE PHY capabilities */
20892090
#define IEEE80211_HE_PHY_CAP0_CHANNEL_WIDTH_SET_40MHZ_IN_2G 0x02

0 commit comments

Comments
 (0)