Skip to content

Commit 37b7698

Browse files
Muna SinadaKalle Valo
authored andcommitted
ath11k: clear DCM max constellation tx value
According to 11ax spec. draft 4.0. DCM Max Constellation Tx data field should be set to "Reserved" for an AP, therefore bit is cleared. Signed-off-by: Muna Sinada <[email protected]> Signed-off-by: Kalle Valo <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 9529cba commit 37b7698

File tree

1 file changed

+2
-0
lines changed
  • drivers/net/wireless/ath/ath11k

1 file changed

+2
-0
lines changed

drivers/net/wireless/ath/ath11k/mac.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3578,6 +3578,8 @@ static int ath11k_mac_copy_he_cap(struct ath11k *ar,
35783578

35793579
switch (i) {
35803580
case NL80211_IFTYPE_AP:
3581+
he_cap_elem->phy_cap_info[3] &=
3582+
~IEEE80211_HE_PHY_CAP3_DCM_MAX_CONST_TX_MASK;
35813583
he_cap_elem->phy_cap_info[9] |=
35823584
IEEE80211_HE_PHY_CAP9_RX_1024_QAM_LESS_THAN_242_TONE_RU;
35833585
break;

0 commit comments

Comments
 (0)