]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ath10k: advertize hardware packet loss mechanism
authorRajkumar Manoharan <rmanohar@qti.qualcomm.com>
Tue, 6 Sep 2016 07:08:41 +0000 (12:38 +0530)
committerKalle Valo <kvalo@qca.qualcomm.com>
Wed, 23 Nov 2016 13:53:16 +0000 (15:53 +0200)
Indicate hardware (or firmware) supports that CQM packet-loss report
will be generated based on station kickout algorithm. As of now mac80211
tracks connection loss by missing msdu counts (50) whereas ath10k
firmware tracks them by missing ppdus (+ BAR tries). While firmware is
trying to adapt its rate table, mac80211 might send out low_ack event to
hostapd. This is causing frequent connect and disconnect iteration under
noisy environment or when station is roaming around.

Signed-off-by: Rajkumar Manoharan <rmanohar@qti.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath10k/mac.c

index 144e0ef99bfb5bf9ff89cb6fd48e17bf674c2993..12602af0917ca78113ac2a497a169c4843bd17bd 100644 (file)
@@ -8005,6 +8005,7 @@ int ath10k_mac_register(struct ath10k *ar)
        ieee80211_hw_set(ar->hw, WANT_MONITOR_VIF);
        ieee80211_hw_set(ar->hw, CHANCTX_STA_CSA);
        ieee80211_hw_set(ar->hw, QUEUE_CONTROL);
+       ieee80211_hw_set(ar->hw, REPORTS_LOW_ACK);
 
        if (!test_bit(ATH10K_FLAG_RAW_MODE, &ar->dev_flags))
                ieee80211_hw_set(ar->hw, SW_CRYPTO_CONTROL);