Commit f3ccc87
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 <pradeepc@codeaurora.org>
Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20210722102054.43419-2-jouni@codeaurora.org
Signed-off-by: Sasha Levin <sashal@kernel.org>1 parent 3b087c2 commit f3ccc87
2 files changed
Lines changed: 13 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2337 | 2337 | | |
2338 | 2338 | | |
2339 | 2339 | | |
2340 | | - | |
| 2340 | + | |
| 2341 | + | |
2341 | 2342 | | |
| 2343 | + | |
2342 | 2344 | | |
2343 | 2345 | | |
2344 | 2346 | | |
| |||
2356 | 2358 | | |
2357 | 2359 | | |
2358 | 2360 | | |
2359 | | - | |
2360 | | - | |
| 2361 | + | |
| 2362 | + | |
| 2363 | + | |
2361 | 2364 | | |
2362 | 2365 | | |
2363 | 2366 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6127 | 6127 | | |
6128 | 6128 | | |
6129 | 6129 | | |
6130 | | - | |
| 6130 | + | |
| 6131 | + | |
6131 | 6132 | | |
| 6133 | + | |
6132 | 6134 | | |
6133 | 6135 | | |
6134 | 6136 | | |
| |||
6149 | 6151 | | |
6150 | 6152 | | |
6151 | 6153 | | |
6152 | | - | |
6153 | | - | |
| 6154 | + | |
| 6155 | + | |
| 6156 | + | |
| 6157 | + | |
6154 | 6158 | | |
6155 | 6159 | | |
6156 | 6160 | | |
| |||
0 commit comments