]> git.baikalelectronics.ru Git - kernel.git/commit
ath11k: Fix the hal descriptor mask
authorKarthikeyan Periyasamy <periyasa@codeaurora.org>
Wed, 4 Nov 2020 17:45:21 +0000 (23:15 +0530)
committerKalle Valo <kvalo@codeaurora.org>
Sat, 7 Nov 2020 08:05:02 +0000 (10:05 +0200)
commitfba31e170381f50378805ff7220a320c08123d8f
treee82d7761302a2842adbf533cf9c9b4809027e8de
parentb283a84154775552201bba3a5d83c97b3570b6d3
ath11k: Fix the hal descriptor mask

Below listed hal descriptor mask are incorrect, so modify it to correct one
 - CE destination status description meta info mask is increased from
   8 bits to 16 bits from the 0th bit position
 - Rx Reo queue duplicate count mask is decreased from 22 bits to 16 bits
 - Reo threshold status counter sum mask is increased from 24 bits to 26 bits

No functionality impact, these descriptors are currently not used in any
supported platform. But in future if someone referred these descriptor then
ended with wrong values.

Found this during code review.

Tested-on: IPQ8074 hw2.0 AHB WLAN.HK.2.1.0.1-01238-QCAHKSWPL_SILICONZ-2

Signed-off-by: Karthikeyan Periyasamy <periyasa@codeaurora.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/1604511921-24840-1-git-send-email-periyasa@codeaurora.org
drivers/net/wireless/ath/ath11k/hal_desc.h