2022-10-12 18:43:45

by Muna Sinada

[permalink] [raw]
Subject: [PATCH 0/4] wifi: ath11k: push MU-MIMO configurations to hardware

Currently enable/disable configurations for MU-MIMO in hostapd are
only reflected in beacon, probe response and assoc response. These
configurations are not present in hardware.

The change is parsing MU-MIMO configurations in beacon IE and pushing
the configurations to the hardware.

Muna Sinada (4):
wifi: ath11k: modify accessor macros to match index size
wifi: ath11k: push MU-MIMO params from hostapd to hardware
wifi: ath11k: move HE MCS mapper to a separate function
wifi: ath11k: generate rx and tx mcs maps for supported HE mcs

drivers/net/wireless/ath/ath11k/mac.c | 248 ++++++++++++++++++++++------------
drivers/net/wireless/ath/ath11k/wmi.h | 27 ++--
2 files changed, 179 insertions(+), 96 deletions(-)

--
2.7.4