linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] fix ath9k dynack in ad-hoc mode
@ 2018-11-02 20:49 Lorenzo Bianconi
  2018-11-02 20:49 ` [PATCH 1/5] ath9k: dynack: use authentication messages for 'late' ack Lorenzo Bianconi
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Lorenzo Bianconi @ 2018-11-02 20:49 UTC (permalink / raw)
  To: linux-wireless; +Cc: koen.vandeputte

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-11-06 16:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-02 20:49 [PATCH 0/5] fix ath9k dynack in ad-hoc mode Lorenzo Bianconi
2018-11-02 20:49 ` [PATCH 1/5] ath9k: dynack: use authentication messages for 'late' ack Lorenzo Bianconi
2018-11-06 16:27   ` Kalle Valo
2018-11-02 20:49 ` [PATCH 2/5] ath9k: dynack: move debug log after buffer increments Lorenzo Bianconi
2018-11-02 20:49 ` [PATCH 3/5] ath9k: dynack: check da->enabled first in sampling routines Lorenzo Bianconi
2018-11-02 20:49 ` [PATCH 4/5] ath9k: dynack: make ewma estimation faster Lorenzo Bianconi
2018-11-02 20:49 ` [PATCH 5/5] ath9k: dynack: remove 'experimental' tag Lorenzo Bianconi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).