mac80211: move AP teardown code to correct place
authorJohannes Berg <johannes.berg@intel.com>
Thu, 25 Oct 2012 17:02:42 +0000 (19:02 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 26 Oct 2012 10:57:01 +0000 (12:57 +0200)
Since cfg80211 will now call the explicit stop_ap
operation when an AP interface goes down, move all
teardown code there and remove it from interface
handling. The only thing that needs to stay is the
code to dev_close() all dependent VLANs.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>

No differences found