mac80211: destroy virtual monitor interface across suspend
authorJohannes Berg <johannes.berg@intel.com>
Wed, 27 Mar 2013 22:20:27 +0000 (23:20 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 8 Apr 2013 07:17:00 +0000 (09:17 +0200)
commit3c3e21e7443bdb948437a6e925fd111e932dc083
treef8d2035b81e1aef8c0f26ade67c9756da5109b2d
parentc8f994eec2a966a7a5fb6a3be517e3ede6a3cafa
mac80211: destroy virtual monitor interface across suspend

It has to be removed from the driver, but completely
destroying it helps handle unplug of a device during
suspend since then the channel context handling etc.
doesn't have to happen later when it's removed.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/ieee80211_i.h
net/mac80211/iface.c
net/mac80211/pm.c
net/mac80211/util.c