[PATCH 8/9] mac80211: add transmit power envelope element and power constraint in bss_conf
Wen Gong
wgong at codeaurora.org
Mon May 17 13:19:31 PDT 2021
This patch is to add definition of transmit power envelope element and
power constraint in struct ieee80211_bss_conf for 6GHz.
Signed-off-by: Wen Gong <wgong at codeaurora.org>
---
include/net/mac80211.h | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/include/net/mac80211.h b/include/net/mac80211.h
index 2d1d629e5d14..1e9d3650fbc4 100644
--- a/include/net/mac80211.h
+++ b/include/net/mac80211.h
@@ -631,6 +631,9 @@ struct ieee80211_fils_discovery {
* @s1g: BSS is S1G BSS (affects Association Request format).
* @beacon_tx_rate: The configured beacon transmit rate that needs to be passed
* to driver when rate control is offloaded to firmware.
+ * @tx_pwr_env: transmit power envelope array of BSS.
+ * @tx_pwr_env_num: number of @tx_pwr_env.
+ * @pwr_reduction: power constraint of BSS.
*/
struct ieee80211_bss_conf {
const u8 *bssid;
@@ -700,6 +703,9 @@ struct ieee80211_bss_conf {
u32 unsol_bcast_probe_resp_interval;
bool s1g;
struct cfg80211_bitrate_mask beacon_tx_rate;
+ struct ieee80211_tx_pwr_env tx_pwr_env[IEEE80211_TPE_MAX_IE_COUNT];
+ u8 tx_pwr_env_num;
+ u8 pwr_reduction;
};
/**
--
2.31.1
More information about the ath11k
mailing list