2019-06-18 06:56:03

by John Crispin

[permalink] [raw]
Subject: [PATCH V3 0/2] mac80211: HE: add SPR/OBSSPD support

This series adds support for propagating the OBSS PD information from
assocs to a wireless driver.

Changes in V2
* always use bss_conf as per request from Johannes

Changes in V3
* remove reference to mac80211 inside comment

John Crispin (2):
mac80211: HE: add Spatial Reuse IE parsing support
mac80211: allow setting spatial reuse parameters from bss_conf

include/linux/ieee80211.h | 49 ++++++++++++++++++++++++++++++++++++
include/net/cfg80211.h | 15 +++++++++++
include/net/mac80211.h | 4 +++
include/uapi/linux/nl80211.h | 27 ++++++++++++++++++++
net/mac80211/cfg.c | 5 +++-
net/mac80211/he.c | 24 ++++++++++++++++++
net/mac80211/ieee80211_i.h | 4 +++
net/mac80211/mlme.c | 1 +
net/mac80211/util.c | 4 +++
net/wireless/nl80211.c | 43 +++++++++++++++++++++++++++++++
10 files changed, 175 insertions(+), 1 deletion(-)

--
2.20.1