From c16e53204e088610ad95a6ece3354b7da3c1ad1e Mon Sep 17 00:00:00 2001 From: "neil.shi" Date: Thu, 1 Jun 2023 11:42:57 +0800 Subject: 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 --- include/net/mac80211.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') 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; }; /** -- cgit 1.4.1