From: Lorenzo Bianconi <lorenzo@kernel.org>
To: johannes@sipsolutions.net
Cc: john@phrozen.org, nbd@nbd.name, lorenzo.bianconi@redhat.com,
linux-wireless@vger.kernel.org, ryder.lee@mediatek.com,
dan.carpenter@oracle.com
Subject: [PATCH v9 mac80211-next 0/3] mac80211: add BSS color change support
Date: Fri, 2 Jul 2021 19:44:06 +0200 [thread overview]
Message-ID: <cover.1625247619.git.lorenzo@kernel.org> (raw)
This series adds support for BSS color collission detection and change.
Changes since v8:
- fix a possible NULL pointer dereference in ieee80211_set_beacon_cntdwn()
Changes since v7:
- always notify the driver about bss change in
ieee80211_color_change_finalize()
- add mt7915 bss color support
Changes since v6:
- rebase on top of mac80211-next
- fix check_patch issues
- alloc nlattr tb array dynamically in nl80211_color_change
- move NL80211_ATTR_CNTDWN_OFFS_BEACON and NL80211_ATTR_CNTDWN_OFFS_PRESP
in NL80211_ATTR_COLOR_CHANGE_ELEMS as nested attributes
- remove unused definitions
- remove mbss series dependency
- remove ath11k code
John Crispin (2):
nl80211: add support for BSS coloring
mac80211: add support for BSS color change
Acked-by: Ryder Lee <ryder.lee@mediatek.com>
Lorenzo Bianconi (1):
mt76: mt7915: introduce bss coloring support
.../net/wireless/mediatek/mt76/mt7915/init.c | 1 +
.../net/wireless/mediatek/mt76/mt7915/main.c | 26 ++
.../net/wireless/mediatek/mt76/mt7915/mcu.c | 84 +++++--
.../net/wireless/mediatek/mt76/mt7915/mcu.h | 21 +-
.../wireless/mediatek/mt76/mt7915/mt7915.h | 2 +
include/net/cfg80211.h | 92 +++++++
include/net/mac80211.h | 29 +++
include/uapi/linux/nl80211.h | 43 ++++
net/mac80211/cfg.c | 234 +++++++++++++++++-
net/mac80211/ieee80211_i.h | 11 +
net/mac80211/iface.c | 2 +
net/mac80211/tx.c | 29 ++-
net/wireless/nl80211.c | 157 ++++++++++++
net/wireless/rdev-ops.h | 13 +
net/wireless/trace.h | 46 ++++
15 files changed, 739 insertions(+), 51 deletions(-)
--
2.31.1
next reply other threads:[~2021-07-02 17:44 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-02 17:44 Lorenzo Bianconi [this message]
2021-07-02 17:44 ` [PATCH v9 mac80211-next 1/3] nl80211: add support for BSS coloring Lorenzo Bianconi
2021-07-02 17:44 ` [PATCH v9 mac80211-next 2/3] mac80211: add support for BSS color change Lorenzo Bianconi
2021-07-02 17:44 ` [PATCH v9 mac80211-next 3/3] mt76: mt7915: introduce bss coloring 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.1625247619.git.lorenzo@kernel.org \
--to=lorenzo@kernel.org \
--cc=dan.carpenter@oracle.com \
--cc=johannes@sipsolutions.net \
--cc=john@phrozen.org \
--cc=linux-wireless@vger.kernel.org \
--cc=lorenzo.bianconi@redhat.com \
--cc=nbd@nbd.name \
--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 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).