wl12xx: mark no sched scan only after FW event
authorEyal Shapira <eyal@wizery.com>
Tue, 20 Dec 2011 12:55:38 +0000 (14:55 +0200)
committerLuciano Coelho <coelho@ti.com>
Tue, 20 Dec 2011 20:30:16 +0000 (22:30 +0200)
commitee91d1855137ba9c16d1e7815d562056c3f55e7f
tree17e428e7f057f005484613fa2407a78a4e172968
parentfea2a613cf33ee0662e413e2f5697bed36d5029e
wl12xx: mark no sched scan only after FW event

stop sched scan isn't an immediate operation
and we need to wait for PERIODIC_SCAN_COMPLETE_EVENT_ID
after sending a stop before changing internal state
and notifying upper layers.
Not doing this caused problems when canceling an existing sched
scan and immediately requesting to start a new one
with a different configuration as the FW was still
in the middle of the previous sched scan.

Signed-off-by: Eyal Shapira <eyal@wizery.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
drivers/net/wireless/wl12xx/event.c
drivers/net/wireless/wl12xx/scan.c