ath6kl: Include match ssid list in scheduled scan
authorNaveen Singh <navesing@qca.qualcomm.com>
Wed, 16 May 2012 10:29:00 +0000 (13:29 +0300)
committerKalle Valo <kvalo@qca.qualcomm.com>
Wed, 16 May 2012 13:25:06 +0000 (16:25 +0300)
commitdd45b7598f1c52933f276ba7ce175fa1305b8ba0
treedb7aa4349acc89c4fb78115ef44ace79bca7a445
parentc422d52d0450988ce9a1ffdddb78807538396749
ath6kl: Include match ssid list in scheduled scan

Scheduled scan implementation was only taking probed list into
consideration. The matched list was dropped. This would cause
FW not to report the AP as the list never had that AP's SSID
populated. This was causing long connection time when supplicant
would just issue a wild card SSID in probed list. As a part of
this implementation, ath6kl driver would create a complete list
by taking both probed and matched list and pass it to FW. FW would
probe for the SSID that it needs to and would match against the
relevant SSIDS that is been configured.

kvalo: whitespace changes, less indentation in the for loop, use ++

Signed-off-by: Naveen Singh <navesing@qca.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath6kl/cfg80211.c
drivers/net/wireless/ath/ath6kl/core.h
drivers/net/wireless/ath/ath6kl/wmi.h