commit | 30bf4169ad163047f87a2555cb33aa55f5d5e2bc | [log] [tgz] |
---|---|---|
author | Bob Copeland <me@bobcopeland.com> | Sun Aug 15 13:03:15 2010 -0400 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Aug 24 16:28:04 2010 -0400 |
tree | 3669bff6d590876bc57b499e492dc9f9575da808 | |
parent | 4afd89d9cf17df46c3cfa1eb744232e345b3b0e6 [diff] |
ath5k: don't enable probe request rx for STAs AR5K_RX_FILTER_PROBEREQ enables reception of probe requests, but the filter flag FIF_BCN_PRBRESP_PROMISC is actually about receiving beacons and probe _responses_, so we shouldn't turn on the filter when scanning. Signed-off-by: Bob Copeland <me@bobcopeland.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>