Karl Beldan 24d47300d1 mac80211: set hw initial idle state
ATM, the first call of ieee80211_do_open will configure the hw as
non-idle, even if the interface being brought up is not a monitor, and
this leads to inconsistent sequences like:

register_hw()
	do_open(sta)
		hw_config(non-idle)
(.. sta is non-idle ..)
scan(sta)
	hw_config(idle) (after scan finishes)
do_stop(sta)
do_open(sta)
(.. sta is idle ..)

Signed-off-by: Karl Beldan <karl.beldan@rivierawaves.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2013-11-25 16:56:54 +01:00
..
2011-07-08 11:11:20 -04:00
2013-10-01 12:16:51 +02:00
2009-07-10 15:01:49 -04:00
2013-10-28 15:05:11 +01:00
2013-09-26 13:21:38 +02:00
2013-11-25 16:56:54 +01:00
2013-02-04 18:57:47 +01:00
2013-02-15 15:46:37 +01:00
2013-11-25 16:50:14 +01:00
2013-10-15 15:16:29 +02:00
2011-03-31 11:26:23 -03:00
2013-10-28 15:05:11 +01:00
2013-10-28 15:05:11 +01:00
2012-06-24 11:33:18 +02:00
2013-10-01 12:17:08 +02:00
2012-03-13 14:54:16 -04:00
2013-02-04 18:57:47 +01:00
2012-06-20 17:35:22 +02:00