From: Lorenzo Bianconi <lorenzo@kernel.org>
To: nbd@nbd.name
Cc: lorenzo.bianconi@redhat.com, linux-wireless@vger.kernel.org,
ryder.lee@mediatek.com, royluo@google.com
Subject: [PATCH 0/2] mt7615: add Smart Carrier Sense support
Date: Sun, 28 Jul 2019 21:03:16 +0200 [thread overview]
Message-ID: <cover.1564340063.git.lorenzo@kernel.org> (raw)
Add Smart Carrier Sense (SCS) algorithm in order to tune device
sensitivity to track long-range clients and cut-off possible
interferences using RTS error rate and False CCA reported by the
radio
Lorenzo Bianconi (2):
mt76: mt7615: rework locking scheme for mt7615_set_channel
mt76: mt7615: add Smart Carrier Sense support
drivers/net/wireless/mediatek/mt76/mt76.h | 9 +-
.../wireless/mediatek/mt76/mt7615/debugfs.c | 39 ++++
.../net/wireless/mediatek/mt76/mt7615/init.c | 1 +
.../net/wireless/mediatek/mt76/mt7615/mac.c | 176 ++++++++++++++++++
.../net/wireless/mediatek/mt76/mt7615/main.c | 15 +-
.../wireless/mediatek/mt76/mt7615/mt7615.h | 14 ++
.../net/wireless/mediatek/mt76/mt7615/regs.h | 36 ++++
7 files changed, 281 insertions(+), 9 deletions(-)
--
2.21.0
next reply other threads:[~2019-07-28 19:03 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-28 19:03 Lorenzo Bianconi [this message]
2019-07-28 19:03 ` [PATCH 1/2] mt76: mt7615: rework locking scheme for mt7615_set_channel Lorenzo Bianconi
2019-07-28 19:03 ` [PATCH 2/2] mt76: mt7615: add Smart Carrier Sense support 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.1564340063.git.lorenzo@kernel.org \
--to=lorenzo@kernel.org \
--cc=linux-wireless@vger.kernel.org \
--cc=lorenzo.bianconi@redhat.com \
--cc=nbd@nbd.name \
--cc=royluo@google.com \
--cc=ryder.lee@mediatek.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.