mbox series

[0/5] fix ath9k dynack in ad-hoc mode

Message ID cover.1541190974.git.lorenzo.bianconi@redhat.com (mailing list archive)
Headers show
Series fix ath9k dynack in ad-hoc mode | expand

Message

Lorenzo Bianconi Nov. 2, 2018, 8:49 p.m. UTC
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(-)