diff options
author | 2025-04-21 10:34:39 +0800 | |
---|---|---|
committer | 2025-05-16 12:38:55 -0700 | |
commit | a69bbf89d751ba2d6da21d773c4e29c91c5e53c4 (patch) | |
tree | 51f06c5868810bb5dc7ec28afcdd248fc900ab1d /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | wifi: ath12k: add support to reap and process monitor status ring (diff) | |
download | wireguard-linux-a69bbf89d751ba2d6da21d773c4e29c91c5e53c4.tar.xz wireguard-linux-a69bbf89d751ba2d6da21d773c4e29c91c5e53c4.zip |
wifi: ath12k: fix macro definition HAL_RX_MSDU_PKT_LENGTH_GET
Currently, HAL_RX_MSDU_PKT_LENGTH_GET uses u32_get_bits to obtain the
MSDU length from the MSDU description.
This is not right. Because all halphy descriptions are little endian.
So use le32_get_bits for HAL_RX_MSDU_PKT_LENGTH_GET.
Tested-on: WCN7850 hw2.0 PCI WLAN.HMT.1.0.c5-00481-QCAHMTSWPL_V1.0_V2.0_SILICONZ-3
Tested-on: QCN9274 hw2.0 PCI WLAN.WBE.1.3.1-00173-QCAHKSWPL_SILICONZ-1
Signed-off-by: Kang Yang <kang.yang@oss.qualcomm.com>
Reviewed-by: Vasanthakumar Thiagarajan <vasanthakumar.thiagarajan@oss.qualcomm.com>
Link: https://patch.msgid.link/20250421023444.1778-9-kang.yang@oss.qualcomm.com
Signed-off-by: Jeff Johnson <jeff.johnson@oss.qualcomm.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions