]> git.baikalelectronics.ru Git - kernel.git/commit
ath6kl: Fix bss filter setting while scanning
authorVasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com>
Wed, 25 Apr 2012 07:09:06 +0000 (12:39 +0530)
committerKalle Valo <kvalo@qca.qualcomm.com>
Fri, 27 Apr 2012 06:45:25 +0000 (09:45 +0300)
commit347eecdc1733f7ab10f5b62b32ddbf202e300db7
tree5617f572020d29b6b79694a18043d3e024622f0f
parent88af2268e9cc7896e05f85fbdcc442b36d4365ca
ath6kl: Fix bss filter setting while scanning

bss filter is configured to allow the frames from all the bss other
than the currenly connected one, this is done when a scan is requested
in connected state. There is no reason to filter out the currently
connected bss, configure the filter to allow all the bss. This would
fix the reporting of stale rssi of the current bss while scanning.

Reported-by: Naveen singh <navesing@qca.qualcomm.com>
Signed-off-by: Vasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath6kl/cfg80211.c