Eliad Peller b856439b1b mac80211: add cancel_hw_scan() callback
When suspending, __ieee80211_suspend() calls ieee80211_scan_cancel(),
which will only cancel sw scan. In order to cancel hw scan, the
low-level driver has to cancel it in the suspend() callback. however,
this is too late, as a new scan_work will be enqueued (while the driver
is going into suspend).

Add a new cancel_hw_scan() callback, asking the driver to cancel an
active hw scan, and call it in ieee80211_scan_cancel().

Signed-off-by: Eliad Peller <eliad@wizery.com>
Reviewed-by: Stanislaw Gruszka <sgruszka@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2011-06-17 14:22:18 -04:00
..
2011-06-01 15:12:28 -04:00
2011-05-16 14:10:41 -04:00
2009-07-10 15:01:49 -04:00
2011-06-08 14:19:05 -04:00
2011-05-16 14:10:41 -04:00
2011-01-05 16:07:12 -05:00
2011-05-16 14:25:29 -04:00
2011-05-16 14:10:41 -04:00
2011-06-17 14:22:16 -04:00
2011-05-05 14:59:20 -04:00
2011-03-31 11:26:23 -03:00
2011-06-17 14:22:18 -04:00
2010-12-22 15:44:22 -05:00
2010-01-05 16:21:40 -05:00