Skip to content

Commit f004904

Browse files
Pradeep Kumar ChitrapuKalle Valo
authored andcommitted
ath11k: fix incorrect wmi param for configuring HE operation
WMI_VDEV_PARAM_TX_OFDMA_CPLEN has been added with incorrect enum value. Fix the enum to represent WMI param for configuring HE operation field. This is applicable to firmwares under https://github.com/kvalo/ath11k-firmware/tree/master/IPQ8074/hw2.0 https://github.com/kvalo/ath11k-firmware/tree/master/IPQ6018/hw1.0 https://github.com/kvalo/ath11k-firmware/tree/master/QCN9074/hw1.0 Tested-on: IPQ8074 hw2.0 AHB WLAN.HK.2.1.0.1-01228-QCAHKSWPL_SILICONZ-1 Signed-off-by: Pradeep Kumar Chitrapu <[email protected]> Signed-off-by: Kalle Valo <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 59ec8e2 commit f004904

File tree

1 file changed

+1
-1
lines changed
  • drivers/net/wireless/ath/ath11k

1 file changed

+1
-1
lines changed

drivers/net/wireless/ath/ath11k/wmi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1037,7 +1037,7 @@ enum wmi_tlv_vdev_param {
10371037
WMI_VDEV_PARAM_PROTOTYPE = 0x8000,
10381038
WMI_VDEV_PARAM_BSS_COLOR,
10391039
WMI_VDEV_PARAM_SET_HEMU_MODE,
1040-
WMI_VDEV_PARAM_TX_OFDMA_CPLEN,
1040+
WMI_VDEV_PARAM_HEOPS_0_31 = 0x8003,
10411041
};
10421042

10431043
enum wmi_tlv_peer_flags {

0 commit comments

Comments
 (0)