PENDING: wifi: ath11k: add support for MU EDCA
The current code does not have the MU EDCA feature, so it cannot support
the use of EDCA by STA in specific UL MU HE TB PPDU transmissions. Refer
to IEEE Std 802.11ax "9.4.2.251 MU EDCA Parameter Set element", "26.2.7
EDCA operation using MU EDCA parameters".
Add ath11k_mac_op_conf_tx_mu_edca() to construct the MU EDCA parameters
received from mac80211 into WMI WMM parameters,and send to the firmware
according to the different WMM type flags.
Tested-on: WCN6855 hw2.1 PCI
WLAN.HSP.1.1-04523-QCAHSPSWPL_V1_V2_SILICONZ_IOE-1.
Change-Id: I795b017ef2d278e0d84b8ccd48762c870bb76c53
Signed-off-by:
Yu Zhang(Yuriy) <quic_yuzha@quicinc.com>
Showing
- drivers/net/wireless/ath/ath11k/core.h 1 addition, 0 deletionsdrivers/net/wireless/ath/ath11k/core.h
- drivers/net/wireless/ath/ath11k/mac.c 55 additions, 1 deletiondrivers/net/wireless/ath/ath11k/mac.c
- drivers/net/wireless/ath/ath11k/wmi.c 4 additions, 4 deletionsdrivers/net/wireless/ath/ath11k/wmi.c
- drivers/net/wireless/ath/ath11k/wmi.h 6 additions, 1 deletiondrivers/net/wireless/ath/ath11k/wmi.h
Loading
Please register or sign in to comment