]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbc3bdcbea5e7a4228aca80afefc9037ec3cb935b
treedb7aa4349acc89c4fb78115ef44ace79bca7a445
parent0c36ac41579df1dd3a2d1ce2aeed5b99cea3243a
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