mac80211: remove IEEE80211_HW_SCAN_WHILE_IDLE
authorJohannes Berg <johannes.berg@intel.com>
Wed, 6 Feb 2013 22:57:57 +0000 (23:57 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 11 Feb 2013 17:45:01 +0000 (18:45 +0100)
There are only a few drivers that use HW scan, and
all of those don't need a non-idle transition before
starting the scan -- some don't even care about idle
at all. Remove the flag and code associated with it.

The only driver that really actually needed this is
wl1251 and it can just do it itself in the hw_scan
callback -- implement that.

Acked-by: Luciano Coelho <coelho@ti.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>

No differences found