diff options
author | Loic Poulain <[email protected]> | 2021-10-18 12:57:57 +0200 |
---|---|---|
committer | Kalle Valo <[email protected]> | 2021-10-27 10:41:44 +0300 |
commit | 8a27ca39478270e07baf9c09aa0c99709769ba03 (patch) | |
tree | 950e60627f8d23e9ef5ed9a541724ed5b3739e4a /scripts/gdb/linux/lists.py | |
parent | a9e79b116cc4d0057e912be8f40b2c2e5bdc7c43 (diff) |
wcn36xx: Correct band/freq reporting on RX
For packets originating from hardware scan, the channel and band is
included in the buffer descriptor (bd->rf_band & bd->rx_ch).
For 2Ghz band the channel value is directly reported in the 4-bit
rx_ch field. For 5Ghz band, the rx_ch field contains a mapping
index (given the 4-bit limitation).
The reserved0 value field is also used to extend 4-bit mapping to
5-bit mapping to support more than 16 5Ghz channels.
This change adds correct reporting of the frequency/band, that is
used in scan mechanism. And is required for 5Ghz hardware scan
support.
Signed-off-by: Loic Poulain <[email protected]>
Tested-by: Bryan O'Donoghue <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'scripts/gdb/linux/lists.py')
0 files changed, 0 insertions, 0 deletions