]> git.karo-electronics.de Git - linux-beck.git/commit
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)
commitff32eeb86aa18a3d11e32b279faaae4b2e4fef38
treeb48a7560f3fbc70e54ccb2ce11d8ad8c47aa3ee3
parente644b88e0a2587122fd7f829ca6ec518631220ed
ath10k: advertize hardware packet loss mechanism

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