Commit 4519fb9
ath11k: fix packet drops due to incorrect 6 GHz freq value in rx status
[ Upstream commit 9d6ae1f ]
Frequency in rx status is being filled incorrectly in the 6 GHz band as
channel number received is invalid in this case which is causing packet
drops. So fix that.
Fixes: 5dcf42f ("ath11k: Use freq instead of channel number in rx path")
Signed-off-by: Pradeep Kumar Chitrapu <[email protected]>
Signed-off-by: Jouni Malinen <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Sasha Levin <[email protected]>1 parent b6a46ec commit 4519fb9
2 files changed
+13
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2303 | 2303 | | |
2304 | 2304 | | |
2305 | 2305 | | |
2306 | | - | |
| 2306 | + | |
| 2307 | + | |
2307 | 2308 | | |
| 2309 | + | |
2308 | 2310 | | |
2309 | 2311 | | |
2310 | 2312 | | |
| |||
2322 | 2324 | | |
2323 | 2325 | | |
2324 | 2326 | | |
2325 | | - | |
2326 | | - | |
| 2327 | + | |
| 2328 | + | |
| 2329 | + | |
2327 | 2330 | | |
2328 | 2331 | | |
2329 | 2332 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5668 | 5668 | | |
5669 | 5669 | | |
5670 | 5670 | | |
5671 | | - | |
| 5671 | + | |
| 5672 | + | |
5672 | 5673 | | |
| 5674 | + | |
5673 | 5675 | | |
5674 | 5676 | | |
5675 | 5677 | | |
| |||
5690 | 5692 | | |
5691 | 5693 | | |
5692 | 5694 | | |
5693 | | - | |
5694 | | - | |
| 5695 | + | |
| 5696 | + | |
| 5697 | + | |
| 5698 | + | |
5695 | 5699 | | |
5696 | 5700 | | |
5697 | 5701 | | |
| |||
0 commit comments