linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Lorenzo Bianconi <lorenzo.bianconi@redhat.com>
To: linux-wireless@vger.kernel.org
Cc: koen.vandeputte@ncentric.com
Subject: [PATCH 0/5] fix ath9k dynack in ad-hoc mode
Date: Fri,  2 Nov 2018 21:49:54 +0100	[thread overview]
Message-ID: <cover.1541190974.git.lorenzo.bianconi@redhat.com> (raw)

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


             reply	other threads:[~2018-11-02 20:50 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-02 20:49 Lorenzo Bianconi [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1541190974.git.lorenzo.bianconi@redhat.com \
    --to=lorenzo.bianconi@redhat.com \
    --cc=koen.vandeputte@ncentric.com \
    --cc=linux-wireless@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).