ath6kl: implement scheduled scan
authorKalle Valo <kvalo@qca.qualcomm.com>
Tue, 13 Dec 2011 12:52:07 +0000 (14:52 +0200)
committerKalle Valo <kvalo@qca.qualcomm.com>
Tue, 13 Dec 2011 13:03:49 +0000 (15:03 +0200)
ath6kl firmware supports scheduled scan functionality with the wow ssid
filter. But the firmware does not send any events after scan results
so I had to add a timer which notifies about new scan results.

Sched scan needs firmware version 3.2.0.6 or later. If firmware doesn't
support sched scan the driver will not enable the feature.

Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>

No differences found