mbox series

[0/2] Unsolicited bcast probe resp support

Message ID 20200602032001.21142-1-alokad@codeaurora.org
Headers show
Series Unsolicited bcast probe resp support | expand

Message

Aloka Dixit June 2, 2020, 3:19 a.m. UTC
This patchset adds support for unsolicited broadcast probe response
for in-band discovery in 6GHz. Packet interval range is 0 -20 TUs.

Aloka Dixit (2):
  nl80211: Unsolicited bcast probe resp support
  mac80211: 20TU unsolicited bcast probe resp support

 include/net/cfg80211.h       | 21 +++++++++++++++
 include/net/mac80211.h       | 21 +++++++++++++++
 include/uapi/linux/nl80211.h | 32 ++++++++++++++++++++++
 net/mac80211/cfg.c           | 44 ++++++++++++++++++++++++++++++
 net/mac80211/ieee80211_i.h   |  7 +++++
 net/mac80211/tx.c            | 26 ++++++++++++++++++
 net/wireless/nl80211.c       | 52 ++++++++++++++++++++++++++++++++++++
 7 files changed, 203 insertions(+)