mbox series

[V3,0/2] mac80211: HE: add SPR/OBSSPD support

Message ID 20190618061915.7102-1-john@phrozen.org (mailing list archive)
Headers show
Series mac80211: HE: add SPR/OBSSPD support | expand

Message

John Crispin June 18, 2019, 6:19 a.m. UTC
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(-)