diff options
author | Karthikeyan Periyasamy <quic_periyasa@quicinc.com> | 2024-01-29 07:57:21 +0100 |
---|---|---|
committer | Kalle Valo <quic_kvalo@quicinc.com> | 2024-02-02 13:32:51 +0100 |
commit | 57c8b5c332e587cceec5d6bde57146edc2f4af87 (patch) | |
tree | 960c52e40138b049235b3e866fa590e448dafc5c /mm/workingset.c | |
parent | wifi: ath12k: subscribe required word mask from rx tlv (diff) | |
download | linux-57c8b5c332e587cceec5d6bde57146edc2f4af87.tar.xz linux-57c8b5c332e587cceec5d6bde57146edc2f4af87.zip |
wifi: ath12k: add MAC id support in WBM error path
When more than one pdev is supported in the chip/SoC, the packet
belonging to second pdev is given to first pdev due to not identifying
the MAC id in the WBM error path. So ping fails.
In WBM error path, src link id information not available in the
descriptor. So get this information from the msdu_end 64bit tag. It
is necessary to get the src link id to identify the MAC id in the
given chip. Then only we can pass the skb to the corresponding pdev.
The msdu_end 64bit tag is available only if compact Rx TLVs
descriptors are used. Thus, src link id is fetched correctly in WBM
error path when compact descriptors are in use.
Tested-on: QCN9274 hw2.0 PCI WLAN.WBE.1.1.1-00188-QCAHKSWPL_SILICONZ-1
Tested-on: QCN9274 hw2.0 PCI WLAN.WBE.1.0.1-00029-QCAHKSWPL_SILICONZ-1
Tested-on: WCN7850 hw2.0 PCI WLAN.HMT.1.0.c5-00481-QCAHMTSWPL_V1.0_V2.0_SILICONZ-3
Signed-off-by: Karthikeyan Periyasamy <quic_periyasa@quicinc.com>
Signed-off-by: Raj Kumar Bhagat <quic_rajkbhag@quicinc.com>
Acked-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
Link: https://msgid.link/20240129065724.2310207-11-quic_rajkbhag@quicinc.com
Diffstat (limited to 'mm/workingset.c')
0 files changed, 0 insertions, 0 deletions