Add properly support for dynack in ibss mode. Moreover allow acktimeout ewma estimation to converge faster to the correct value during 'late ack' phase. This series has been tested on devices mounted on offshore high-voltage stations connected through ~24Km link Lorenzo Bianconi (5): ath9k: dynack: use authentication messages for 'late' ack ath9k: dynack: move debug log after buffer increments ath9k: dynack: check da->enabled first in sampling routines ath9k: dynack: make ewma estimation faster ath9k: dynack: remove 'experimental' tag drivers/net/wireless/ath/ath9k/Kconfig | 2 +- drivers/net/wireless/ath/ath9k/ath9k.h | 2 +- drivers/net/wireless/ath/ath9k/dynack.c | 61 +++++++++++++++---------- drivers/net/wireless/ath/ath9k/dynack.h | 6 ++- drivers/net/wireless/ath/ath9k/xmit.c | 5 +- 5 files changed, 46 insertions(+), 30 deletions(-) -- 2.19.1