mbox series

pull-request: mac80211-next 2021-08-26

Message ID 20210826092848.45290-1-johannes@sipsolutions.net (mailing list archive)
State Not Applicable
Headers show
Series pull-request: mac80211-next 2021-08-26 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git tags/mac80211-next-for-net-next-2021-08-26

Message

Johannes Berg Aug. 26, 2021, 9:28 a.m. UTC
Hi,

As I mentioned last time, since we got another week, I have
a few more changes - I had been waiting for a respin of the
TWT and 6 GHz regulatory, but in the end not all of the
latter made it.

Please pull and let me know if there's any problem.

Thanks,
johannes



The following changes since commit f6a4e0e8a00ff6fadb29f3646ccd33cc85195a38:

  via-velocity: Use of_device_get_match_data to simplify code (2021-08-23 12:56:15 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git tags/mac80211-next-for-net-next-2021-08-26

for you to fetch changes up to 90bd5bee50f2a209ba66f013866959a56ff400b9:

  cfg80211: use wiphy DFS domain if it is self-managed (2021-08-26 11:04:55 +0200)

----------------------------------------------------------------
A few more things:
 * Use correct DFS domain for self-managed devices
 * some preparations for transmit power element handling
   and other 6 GHz regulatory handling
 * TWT support in AP mode in mac80211

----------------------------------------------------------------
Lorenzo Bianconi (2):
      ieee80211: add TWT element definitions
      mac80211: introduce individual TWT support in AP mode

Sriram R (1):
      cfg80211: use wiphy DFS domain if it is self-managed

Wen Gong (3):
      ieee80211: add definition of regulatory info in 6 GHz operation information
      ieee80211: add definition for transmit power envelope element
      mac80211: parse transmit power envelope element

 include/linux/ieee80211.h  | 106 +++++++++++++++++++++++++-
 include/net/mac80211.h     |  12 +++
 net/mac80211/driver-ops.h  |  36 +++++++++
 net/mac80211/ieee80211_i.h |   9 +++
 net/mac80211/iface.c       |  41 +++++++++++
 net/mac80211/rx.c          |  73 ++++++++++++++++++
 net/mac80211/s1g.c         | 180 +++++++++++++++++++++++++++++++++++++++++++++
 net/mac80211/status.c      |  17 ++++-
 net/mac80211/trace.h       |  67 +++++++++++++++++
 net/mac80211/util.c        |  12 +++
 net/wireless/reg.c         |   9 ++-
 11 files changed, 558 insertions(+), 4 deletions(-)