diff options
| author | Dmitry TARNYAGIN <[email protected]> | 2011-12-12 12:58:43 +0100 |
|---|---|---|
| committer | John W. Linville <[email protected]> | 2011-12-13 15:34:08 -0500 |
| commit | cd6c524e9e0b5ad8ce52bc3b4a3a1e272e3a8410 (patch) | |
| tree | cae48d775941457913adf1547b729ffad8868f43 /tools/perf/scripts/python/bin | |
| parent | 6539306b2c3ceafbc4094cf68c58094c282da053 (diff) | |
mac80211: Do not request FIF_BCN_PRBRESP_PROMISC for HW scan.
ieee80211_configure_filter code used local->scanning as a boolean
value when it was a bit mask. Bits SCAN_COMPLETED, SCAN_ABORTED
should not set FIF_BCN_PRBRESP_PROMISC filter.
SCAN_HW_SCANNING should not set FIF_BCN_PRBRESP_PROMISC either,
as there is no explicit filter configuration request from
scan code. If a driver requires FIF_BCN_PRBRESP_PROMISC mode
during HW scanning, it's up to the driver to temporary enable it.
Similar mistake was fixed also in ieee80211_hw_config (power
configuration code).
Verified-by: Vitaly Wool <[email protected]>
Signed-off-by: Dmitry Tarnyagin <[email protected]>
Signed-off-by: John W. Linville <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions