summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorneil.shi <neil.shi@quectel.com>2023-06-01 11:42:57 +0800
committerPierre-Loup A. Griffais <pgriffais@valvesoftware.com>2023-11-02 16:05:18 -0700
commitc16e53204e088610ad95a6ece3354b7da3c1ad1e (patch)
treee5823d0c3c61f54c48334778f3fb66f22776a075 /include
parent96a7cfed8faf75186a9b324a945874a8ca1ac5f2 (diff)
downloadlinux-c16e53204e088610ad95a6ece3354b7da3c1ad1e.tar.gz
Subject: [PATCH 17/42] wifi: ath11k: push MU-MIMO params from hostapd to hardware
In the previous behaviour only HE IE in management frames are changed
regarding MU-MIMO configurations and not in hardware. Adding push of
MU-MIMO configurations to the hardware as well.

Tested-on: IPQ8074 hw2.0 AHB WLAN.HK.2.4.0.1-00356-QCAHKSWPL_SILICONZ-1

Signed-off-by: neil.shi <neil.shi@quectel.com>
Diffstat (limited to 'include')
-rw-r--r--include/net/mac80211.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h
index 8a338c33118f..c1e7e3844d89 100644
--- a/include/net/mac80211.h
+++ b/include/net/mac80211.h
@@ -725,6 +725,10 @@ struct ieee80211_bss_conf {
 
 	bool color_change_active;
 	u8 color_change_color;
+	bool he_su_beamformer;
+	bool he_su_beamformee;
+	bool he_mu_beamformer;
+	bool he_full_ul_mumimo;
 };
 
 /**