Skip to content

Commit 60b01bc

Browse files
committed
ath9k_htc: use non-QoS NDP for AP probing
When switching mac80211 to use QoS NDP, it turned out that ath9k_htc is somehow broken by this, e.g. see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891060. Fix this by using the new mac80211 flag to go back to the old, incorrect, behaviour for this driver. Fixes: 7b6ddea ("mac80211: use QoS NDP for AP probing") Reported-by: Ben Caradoc-Davies <[email protected]> Acked-by: Kalle Valo <[email protected]> Signed-off-by: Johannes Berg <[email protected]>
1 parent 4ea5aca commit 60b01bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/net/wireless/ath/ath9k/htc_drv_init.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -729,6 +729,7 @@ static void ath9k_set_hw_capab(struct ath9k_htc_priv *priv,
729729
ieee80211_hw_set(hw, SPECTRUM_MGMT);
730730
ieee80211_hw_set(hw, SIGNAL_DBM);
731731
ieee80211_hw_set(hw, AMPDU_AGGREGATION);
732+
ieee80211_hw_set(hw, DOESNT_SUPPORT_QOS_NDP);
732733

733734
if (ath9k_ps_enable)
734735
ieee80211_hw_set(hw, SUPPORTS_PS);

0 commit comments

Comments
 (0)