All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v14 mac80211-next 0/3] mac80211: introduce MBSSID support in AP mode
@ 2022-02-24 11:54 Lorenzo Bianconi
  2022-02-24 11:54 ` [PATCH v14 mac80211-next 1/3] mac80211: MBSSID beacon handling " Lorenzo Bianconi
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Lorenzo Bianconi @ 2022-02-24 11:54 UTC (permalink / raw)
  To: johannes
  Cc: linux-wireless, lorenzo.bianconi, quic_alokad, john, nbd,
	ryder.lee, money.wang, evelyn.tsai

Changes since v13:
- remove EWMA support since mt7915 does not support it
- fix OOB issue in ieee80211_assign_beacon/cfg80211_beacon_dup accessing
  new->mbssid_ies
- fix concurrency issue accessing beacon_data->mbssid_ies in ieee80211_assign_beacon()
  and ieee80211_beacon_get_template()
- fix locking issue ieee80211_csa_finish

John Crispin (1):
  mac80211: MBSSID channel switch

Lorenzo Bianconi (2):
  mac80211: MBSSID beacon handling in AP mode
  mac80211: update bssid_indicator in ieee80211_assign_beacon

 include/net/mac80211.h     |   2 +
 net/mac80211/cfg.c         | 128 +++++++++++++++++++++++++++++++++----
 net/mac80211/ieee80211_i.h |  15 +++++
 net/mac80211/tx.c          |  24 ++++++-
 4 files changed, 153 insertions(+), 16 deletions(-)

-- 
2.35.1


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

end of thread, other threads:[~2022-03-15 10:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-24 11:54 [PATCH v14 mac80211-next 0/3] mac80211: introduce MBSSID support in AP mode Lorenzo Bianconi
2022-02-24 11:54 ` [PATCH v14 mac80211-next 1/3] mac80211: MBSSID beacon handling " Lorenzo Bianconi
2022-03-09  7:37   ` Hsin-An Wang
2022-03-15  3:48   ` Aloka Dixit
2022-03-15 10:40     ` Lorenzo Bianconi
2022-02-24 11:54 ` [PATCH v14 mac80211-next 2/3] mac80211: MBSSID channel switch Lorenzo Bianconi
2022-02-24 11:55 ` [PATCH v14 mac80211-next 3/3] mac80211: update bssid_indicator in ieee80211_assign_beacon Lorenzo Bianconi

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.