mbox series

[0/4] multiple bssid and EMA support in AP mode

Message ID 20210426185756.10924-1-alokad@codeaurora.org (mailing list archive)
Headers show
Series multiple bssid and EMA support in AP mode | expand

Message

Aloka Dixit April 26, 2021, 6:57 p.m. UTC
This patchset adds support for multiple BSSID and
enhanced multi-BSSID advertisements for AP mode.

HWSIM support will be added in a separate patchset.

John Crispin (4):
  nl80211: multiple bssid and EMA support in AP mode
  mac80211: multiple bssid support in interface handling
  mac80211: MBSSID and EMA support in beacon handling
  mac80211: CSA on non-transmitting interfaces

 include/net/cfg80211.h       |  51 +++++++
 include/net/mac80211.h       | 123 ++++++++++++++-
 include/uapi/linux/nl80211.h | 101 ++++++++++++-
 net/mac80211/cfg.c           | 198 +++++++++++++++++++++++--
 net/mac80211/debugfs.c       |   2 +
 net/mac80211/ieee80211_i.h   |   2 +
 net/mac80211/iface.c         |  12 ++
 net/mac80211/tx.c            | 189 ++++++++++++++++++++---
 net/wireless/nl80211.c       | 280 ++++++++++++++++++++++++++++++-----
 9 files changed, 883 insertions(+), 75 deletions(-)


base-commit: 5d869070569a23aa909c6e7e9d010fc438a492ef

Comments

Aloka Dixit April 26, 2021, 7:02 p.m. UTC | #1
On 2021-04-26 11:57, Aloka Dixit wrote:
> This patchset adds support for multiple BSSID and
> enhanced multi-BSSID advertisements for AP mode.
> 
> HWSIM support will be added in a separate patchset.
> 
> John Crispin (4):
>   nl80211: multiple bssid and EMA support in AP mode
>   mac80211: multiple bssid support in interface handling
>   mac80211: MBSSID and EMA support in beacon handling
>   mac80211: CSA on non-transmitting interfaces
> 
>  include/net/cfg80211.h       |  51 +++++++
>  include/net/mac80211.h       | 123 ++++++++++++++-
>  include/uapi/linux/nl80211.h | 101 ++++++++++++-
>  net/mac80211/cfg.c           | 198 +++++++++++++++++++++++--
>  net/mac80211/debugfs.c       |   2 +
>  net/mac80211/ieee80211_i.h   |   2 +
>  net/mac80211/iface.c         |  12 ++
>  net/mac80211/tx.c            | 189 ++++++++++++++++++++---
>  net/wireless/nl80211.c       | 280 ++++++++++++++++++++++++++++++-----
>  9 files changed, 883 insertions(+), 75 deletions(-)
> 
> 
> base-commit: 5d869070569a23aa909c6e7e9d010fc438a492ef

Please ignore this one, forgot to add 'v0', sending new patchset :-)