All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/12] mac80211: add multiple bssid support
@ 2020-06-04  7:09 ` John Crispin
  0 siblings, 0 replies; 38+ messages in thread
From: John Crispin @ 2020-06-04  7:09 UTC (permalink / raw)
  To: Johannes Berg; +Cc: linux-wireless, ath11k, John Crispin

Multiple bssid allows us to share a single beacon amongst several VAPs.
This essentially safes airtime. This feature is achieved by adding an
additional IE to the transmitting VAPs beacon. This new IE contains
the additional SSIDs and their non-inheritance information.

This series is still missing handling for TIM, which will be sent in a
follow-up series.

John Crispin (12):
  nl80211: add basic multiple bssid support
  nl80211: add attributes for multiple bssid related settings
  nl80211: add attributes to set beacon transmit mode
  mac80211: add multiple bssid support
  mac80211: add multiple bssid IE parsing
  mac80211: propagate multi bssid settings when starting an AP
  mac80211: propagate beacon tx mode to the driver
  ath11k: pass multiple bssid info to FW when a new vdev is created
  ath11k: add a struct to pass parameters into ath11k_wmi_vdev_up
  ath11k: add the multiple bssid IE offset to the beacon template
  ath11k: set beacon tx mode
  ath11k: set the multiple bssid hw cap

 drivers/net/wireless/ath/ath11k/mac.c | 72 ++++++++++++++++++++++++---
 drivers/net/wireless/ath/ath11k/wmi.c | 20 +++++---
 drivers/net/wireless/ath/ath11k/wmi.h | 22 +++++++-
 include/net/cfg80211.h                | 23 +++++++++
 include/net/mac80211.h                | 29 +++++++++++
 include/uapi/linux/nl80211.h          | 49 ++++++++++++++++++
 net/mac80211/cfg.c                    | 64 ++++++++++++++++++++++++
 net/mac80211/ieee80211_i.h            |  2 +
 net/mac80211/iface.c                  | 16 ++++++
 net/mac80211/tx.c                     | 10 ++++
 net/mac80211/util.c                   | 31 ++++++++++++
 net/wireless/nl80211.c                | 36 ++++++++++++++
 12 files changed, 358 insertions(+), 16 deletions(-)

-- 
2.20.1


^ permalink raw reply	[flat|nested] 38+ messages in thread

end of thread, other threads:[~2020-06-11  4:44 UTC | newest]

Thread overview: 38+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-04  7:09 [PATCH 00/12] mac80211: add multiple bssid support John Crispin
2020-06-04  7:09 ` John Crispin
2020-06-04  7:09 ` [PATCH 01/12] nl80211: add basic " John Crispin
2020-06-04  7:09   ` John Crispin
2020-06-10  0:25   ` Rajkumar Manoharan
2020-06-10  0:25     ` Rajkumar Manoharan
2020-06-04  7:09 ` [PATCH 02/12] nl80211: add attributes for multiple bssid related settings John Crispin
2020-06-04  7:09   ` John Crispin
2020-06-11  4:24   ` Rajkumar Manoharan
2020-06-11  4:24     ` Rajkumar Manoharan
2020-06-04  7:09 ` [PATCH 03/12] nl80211: add attributes to set beacon transmit mode John Crispin
2020-06-04  7:09   ` John Crispin
2020-06-04  7:09 ` [PATCH 04/12] mac80211: add multiple bssid support John Crispin
2020-06-04  7:09   ` John Crispin
2020-06-04  7:09 ` [PATCH 05/12] mac80211: add multiple bssid IE parsing John Crispin
2020-06-04  7:09   ` John Crispin
2020-06-04  7:09 ` [PATCH 06/12] mac80211: propagate multi bssid settings when starting an AP John Crispin
2020-06-04  7:09   ` John Crispin
2020-06-04  7:09 ` [PATCH 07/12] mac80211: propagate beacon tx mode to the driver John Crispin
2020-06-04  7:09   ` John Crispin
2020-06-04  7:09 ` [PATCH 08/12] ath11k: pass multiple bssid info to FW when a new vdev is created John Crispin
2020-06-04  7:09   ` John Crispin
2020-06-04  7:09 ` [PATCH 09/12] ath11k: add a struct to pass parameters into ath11k_wmi_vdev_up John Crispin
2020-06-04  7:09   ` John Crispin
2020-06-04  7:09 ` [PATCH 10/12] ath11k: add the multiple bssid IE offset to the beacon template John Crispin
2020-06-04  7:09   ` John Crispin
2020-06-04  7:09 ` [PATCH 11/12] ath11k: set beacon tx mode John Crispin
2020-06-04  7:09   ` John Crispin
2020-06-04  7:09 ` [PATCH 12/12] ath11k: set the multiple bssid hw cap John Crispin
2020-06-04  7:09   ` John Crispin
2020-06-08 11:09   ` Kalle Valo
2020-06-08 11:09     ` Kalle Valo
2020-06-08 11:29     ` John Crispin
2020-06-08 11:29       ` John Crispin
2020-06-11  4:44   ` Rajkumar Manoharan
2020-06-11  4:44     ` Rajkumar Manoharan
2020-06-09  3:35 ` [PATCH 00/12] mac80211: add multiple bssid support Rajkumar Manoharan
2020-06-09  3:35   ` Rajkumar Manoharan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.