mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 16:12:59 +02:00
wifi: ath12k: fix wrong definitions of hal_reo_update_rx_queue
Some fields of hal_reo_update_rx_queue structure are wrongly defined, so fix it. Tested-on: WCN7850 hw2.0 PCI WLAN.HMT.1.0-03427-QCAHMTSWPL_V1.0_V2.0_SILICONZ-1.15378.4 Signed-off-by: Baochen Qiang <quic_bqiang@quicinc.com> Acked-by: Jeff Johnson <quic_jjohnson@quicinc.com> Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com> Link: https://msgid.link/20231129020414.56425-2-quic_bqiang@quicinc.com
This commit is contained in:
parent
bc2ef64931
commit
60b9376583
|
|
@ -2500,13 +2500,13 @@ struct hal_rx_reo_queue {
|
|||
#define HAL_REO_UPD_RX_QUEUE_INFO1_PN_HANDLE_ENABLE BIT(30)
|
||||
#define HAL_REO_UPD_RX_QUEUE_INFO1_IGNORE_AMPDU_FLG BIT(31)
|
||||
|
||||
#define HAL_REO_UPD_RX_QUEUE_INFO2_BA_WINDOW_SIZE GENMASK(7, 0)
|
||||
#define HAL_REO_UPD_RX_QUEUE_INFO2_PN_SIZE GENMASK(9, 8)
|
||||
#define HAL_REO_UPD_RX_QUEUE_INFO2_SVLD BIT(10)
|
||||
#define HAL_REO_UPD_RX_QUEUE_INFO2_SSN GENMASK(22, 11)
|
||||
#define HAL_REO_UPD_RX_QUEUE_INFO2_SEQ_2K_ERR BIT(23)
|
||||
#define HAL_REO_UPD_RX_QUEUE_INFO2_PN_ERR BIT(24)
|
||||
#define HAL_REO_UPD_RX_QUEUE_INFO2_PN_VALID BIT(25)
|
||||
#define HAL_REO_UPD_RX_QUEUE_INFO2_BA_WINDOW_SIZE GENMASK(9, 0)
|
||||
#define HAL_REO_UPD_RX_QUEUE_INFO2_PN_SIZE GENMASK(11, 10)
|
||||
#define HAL_REO_UPD_RX_QUEUE_INFO2_SVLD BIT(12)
|
||||
#define HAL_REO_UPD_RX_QUEUE_INFO2_SSN GENMASK(24, 13)
|
||||
#define HAL_REO_UPD_RX_QUEUE_INFO2_SEQ_2K_ERR BIT(25)
|
||||
#define HAL_REO_UPD_RX_QUEUE_INFO2_PN_ERR BIT(26)
|
||||
#define HAL_REO_UPD_RX_QUEUE_INFO2_PN_VALID BIT(27)
|
||||
|
||||
struct hal_reo_update_rx_queue {
|
||||
struct hal_reo_cmd_hdr cmd;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user