mbox series

[v2,0/2] Add support to configure 6GHz non-ht duplicate transmission

Message ID 1647841395-20213-1-git-send-email-quic_ramess@quicinc.com
Headers show
Series Add support to configure 6GHz non-ht duplicate transmission | expand

Message

Rameshkumar Sundaram March 21, 2022, 5:43 a.m. UTC
A 6GHz AP can decide to transmit Beacon, Broadcast probe response
and FILS discovery frames in a non-HT duplicate PPDU when
operating in non 20MHz Bandwidth to enhance its discoverability.
(IEEE Std 802.11ax‐2021-26.17.2.2)

Add changes to configure 6GHz non-HT duplicate beacon transmission
based on Duplicate Beacon subfield of 6GHz Operation Information
field of the HE Operation element in Beacon.

v2
* Addressed Johannes comments.

Signed-off-by: Rameshkumar Sundaram <quic_ramess@quicinc.com>

Rameshkumar Sundaram (2):
  mac80211: add support to configure 6GHz non-ht duplicate transmission
  ath11k: add support to configure 6GHz non-ht duplicate transmission

 drivers/net/wireless/ath/ath11k/mac.c | 38 +++++++++++++++++++++++++++++++++++
 drivers/net/wireless/ath/ath11k/wmi.h |  8 ++++++++
 include/net/mac80211.h                |  3 +++
 net/mac80211/cfg.c                    | 15 ++++++++++++++
 4 files changed, 64 insertions(+)