summaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/modules.py
diff options
context:
space:
mode:
authorRafał Miłecki <rafal@milecki.pl>2018-10-26 12:50:39 +0200
committerKalle Valo <kvalo@codeaurora.org>2018-11-06 18:46:00 +0200
commit3401d42c7ea2d064d15c66698ff8eb96553179ce (patch)
tree7a2ed81e4a967ab35d4712eef15f1e804643f09f /scripts/gdb/linux/modules.py
parentb630806d7ce2051a3306fa6f1cfa31bc870d7c4b (diff)
brcmutil: really fix decoding channel info for 160 MHz bandwidth
Previous commit /adding/ support for 160 MHz chanspecs was incomplete. It didn't set bandwidth info and didn't extract control channel info. As the result it was also using uninitialized "sb" var. This change has been tested for two chanspecs found to be reported by some devices/firmwares: 1) 60/160 (0xee32) Before: chnum:50 control_ch_num:36 After: chnum:50 control_ch_num:60 2) 120/160 (0xed72) Before: chnum:114 control_ch_num:100 After: chnum:114 control_ch_num:120 Fixes: 330994e8e8ec ("brcmfmac: fix for proper support of 160MHz bandwidth") Signed-off-by: Rafał Miłecki <rafal@milecki.pl> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions