Commit 9d6ae1f
ath11k: fix packet drops due to incorrect 6 GHz freq value in rx status
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]1 parent 4a9550f commit 9d6ae1f
2 files changed
+13
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2393 | 2393 | | |
2394 | 2394 | | |
2395 | 2395 | | |
2396 | | - | |
| 2396 | + | |
| 2397 | + | |
2397 | 2398 | | |
| 2399 | + | |
2398 | 2400 | | |
2399 | 2401 | | |
2400 | 2402 | | |
| |||
2412 | 2414 | | |
2413 | 2415 | | |
2414 | 2416 | | |
2415 | | - | |
2416 | | - | |
| 2417 | + | |
| 2418 | + | |
| 2419 | + | |
2417 | 2420 | | |
2418 | 2421 | | |
2419 | 2422 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6184 | 6184 | | |
6185 | 6185 | | |
6186 | 6186 | | |
6187 | | - | |
| 6187 | + | |
| 6188 | + | |
6188 | 6189 | | |
| 6190 | + | |
6189 | 6191 | | |
6190 | 6192 | | |
6191 | 6193 | | |
| |||
6206 | 6208 | | |
6207 | 6209 | | |
6208 | 6210 | | |
6209 | | - | |
6210 | | - | |
| 6211 | + | |
| 6212 | + | |
| 6213 | + | |
| 6214 | + | |
6211 | 6215 | | |
6212 | 6216 | | |
6213 | 6217 | | |
| |||
0 commit comments