]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd87e1dbb2938b670b41be96895acdb7d8d519f19
treef8d2035b81e1aef8c0f26ade67c9756da5109b2d
parentb69e68d9f242cf44b279a39e98a35343db41db43
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