diff mbox series

[v2,2/4] ath11k: fix incorrect wmi param for configuring HE operation

Message ID 20201020183111.25458-3-pradeepc@codeaurora.org
State New
Headers show
Series ath11k: add support for 256 bitmap in Block ack and duration based RTS threshold | expand

Commit Message

Pradeep Kumar Chitrapu Oct. 20, 2020, 6:31 p.m. UTC
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 <pradeepc@codeaurora.org>
---
 drivers/net/wireless/ath/ath11k/wmi.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Kalle Valo Dec. 9, 2020, 7:05 a.m. UTC | #1
Pradeep Kumar Chitrapu <pradeepc@codeaurora.org> wrote:

> 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 <pradeepc@codeaurora.org>

> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>


3 patches applied to ath-next branch of ath.git, thanks.

f00490432b60 ath11k: fix incorrect wmi param for configuring HE operation
bd88815060d9 ath11k: support TXOP duration based RTS threshold
743b9065fe63 ath11k: mesh: add support for 256 bitmap in blockack frames in 11ax

-- 
https://patchwork.kernel.org/project/linux-wireless/patch/20201020183111.25458-3-pradeepc@codeaurora.org/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
diff mbox series

Patch

diff --git a/drivers/net/wireless/ath/ath11k/wmi.h b/drivers/net/wireless/ath/ath11k/wmi.h
index 5a32ba0eb4f5..55b1a5db206a 100644
--- a/drivers/net/wireless/ath/ath11k/wmi.h
+++ b/drivers/net/wireless/ath/ath11k/wmi.h
@@ -1032,7 +1032,7 @@  enum wmi_tlv_vdev_param {
 	WMI_VDEV_PARAM_PROTOTYPE = 0x8000,
 	WMI_VDEV_PARAM_BSS_COLOR,
 	WMI_VDEV_PARAM_SET_HEMU_MODE,
-	WMI_VDEV_PARAM_TX_OFDMA_CPLEN,
+	WMI_VDEV_PARAM_HEOPS_0_31 = 0x8003,
 };
 
 enum wmi_tlv_peer_flags {