ath9k: enable ANI to help with noisy environments
This enables Adaptive Noise Immunity (ANI) on ath9k. ANI is as algorithm designed to minimize the detrimental effects of time-varying interferences. This should help with throughput in noisy environments. To use ANI we re-enable the MIB interrupt. Since ANI works on a timer and updates the noise floor we take advantage of this and also report a non-static noise floor now to mac80211. Signed-off-by: Sujith Manoharan <Sujith.Manoharan@atheros.com> Signed-off-by: Jouni Malinen <Jouni.Malinen@Atheros.com> Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:

committed by
John W. Linville

parent
a477e4e6d4
commit
6f255425ac
@@ -854,7 +854,7 @@ bool ath9k_hw_calibrate(struct ath_hal *ah,
|
||||
u8 rxchainmask,
|
||||
bool longcal,
|
||||
bool *isCalDone);
|
||||
int16_t ath9k_hw_getchan_noise(struct ath_hal *ah,
|
||||
s16 ath9k_hw_getchan_noise(struct ath_hal *ah,
|
||||
struct ath9k_channel *chan);
|
||||
void ath9k_hw_write_associd(struct ath_hal *ah, const u8 *bssid,
|
||||
u16 assocId);
|
||||
|
Reference in New Issue
Block a user