| commit | 6d7f9877a66a3abe0b04b63d1de4659919e21a92 | [log] [tgz] |
|---|---|---|
| author | Ivo van Doorn <ivdoorn@gmail.com> | Sat Oct 06 14:12:42 2007 +0200 |
| committer | David S. Miller <davem@sunset.davemloft.net> | Wed Oct 10 16:55:09 2007 -0700 |
| tree | c89cd9767c0a8aaef89e799b3a821262f703d7d5 | |
| parent | 3a84732a5c9758a4bd59088787cac23508ef8b62 [diff] |
[PATCH] rt2x00: Store "STARTED" state during suspend Store the started state into a new flag DEVICE_STARTED_SUSPEND and set this when suspending while the device was started. We can't check for is_interface_present() since only mac80211 knows if there are monitor interfaces present. Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>