mbox series

[V3,0/2] mac80211: allow setting up OBSS PD

Message ID 20190730163701.18836-1-john@phrozen.org (mailing list archive)
Headers show
Series mac80211: allow setting up OBSS PD | expand

Message

John Crispin July 30, 2019, 4:36 p.m. UTC
Store the OBSS PD parameters inside bss_conf when bringing up an AP and/or
when a station connects to an AP. This allows the driver to configure the
HW accordingly.

Changes in V3
* split cfg80211 and mac80211 part into 2 patches

Changes in V2
* fix symbol prefixes
* fix nl policy

John Crispin (2):
  cfg80211: add support for parsing OBBS_PD attributes
  mac80211: allow setting spatial reuse parameters from bss_conf

 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   |  3 +++
 net/mac80211/mlme.c          |  1 +
 net/wireless/nl80211.c       | 45 ++++++++++++++++++++++++++++++++++++
 8 files changed, 123 insertions(+), 1 deletion(-)