Skip to content

Commit 9529cba

Browse files
Muna SinadaKalle Valo
authored andcommitted
ath11k: reset trigger frame MAC padding duration
The value was 3 and it's reserved value. Corrected to maintain fw defaults. Signed-off-by: Muna Sinada <[email protected]> Signed-off-by: Kalle Valo <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 23cc6bb commit 9529cba

File tree

1 file changed

+1
-1
lines changed
  • drivers/net/wireless/ath/ath11k

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3562,7 +3562,7 @@ static int ath11k_mac_copy_he_cap(struct ath11k *ar,
35623562
memcpy(he_cap_elem->phy_cap_info, band_cap->he_cap_phy_info,
35633563
sizeof(he_cap_elem->phy_cap_info));
35643564

3565-
he_cap_elem->mac_cap_info[1] |=
3565+
he_cap_elem->mac_cap_info[1] &=
35663566
IEEE80211_HE_MAC_CAP1_TF_MAC_PAD_DUR_MASK;
35673567
he_cap_elem->phy_cap_info[4] &=
35683568
~IEEE80211_HE_PHY_CAP4_BEAMFORMEE_MAX_STS_UNDER_80MHZ_MASK;

0 commit comments

Comments
 (0)