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. This patchset is dependant on mac80211 patchset: https://patchwork.kernel.org/project/linux-wireless/list/?series=683322&state=%2A&archive=both --- v2: - cleaned compilation errors - added mac80211 dependancy comment to commit message --- 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 | 249 ++++++++++++++++++++++------------ drivers/net/wireless/ath/ath11k/wmi.h | 27 ++-- 2 files changed, 180 insertions(+), 96 deletions(-) -- 2.7.4