commit | 7b20b8e8d70a0f4f18c254b42e5b157f93731e9f | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Thu Oct 25 19:02:42 2012 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Fri Oct 26 12:57:01 2012 +0200 |
tree | 1f719c47aeba588532580ce1663e1cf9c1f0c336 | |
parent | 1df332e82d0facc6b236957f1a5691b550b4e1f1 [diff] |
mac80211: move AP teardown code to correct place 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>