mbox series

[0/4] wifi: ath11k: push MU-MIMO configurations to hardware

Message ID 1665599807-12908-1-git-send-email-quic_msinada@quicinc.com
Headers show
Series wifi: ath11k: push MU-MIMO configurations to hardware | expand

Message

Muna Sinada Oct. 12, 2022, 6:36 p.m. UTC
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(-)