diff options
author | Johannes Berg <johannes.berg@intel.com> | 2012-07-12 13:28:31 -0400 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2012-07-13 10:16:10 -0400 |
commit | 075e08477d51709ae1998a05c35aadf59ef823b9 (patch) | |
tree | ed1d72cfa15a711901484e82cd56577f60d9dd8e /net/mac80211/ieee80211_i.h | |
parent | 4b4b8229aeff4ca09b4aee921d383c596146eca0 (diff) |
Revert "mac80211: refactor virtual monitor code"
This reverts commit 870d37fc22f3e40f9f23e06c581c8538fc16a2f0.
This code doesn't work as cfg80211 will call
set_monitor_enabled at the wrong time and it
doesn't seem to be possible to fix this.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index 7998513ec831..bb61f7718c4c 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h | |||
@@ -1491,10 +1491,6 @@ int ieee80211_add_srates_ie(struct ieee80211_sub_if_data *sdata, | |||
1491 | int ieee80211_add_ext_srates_ie(struct ieee80211_sub_if_data *sdata, | 1491 | int ieee80211_add_ext_srates_ie(struct ieee80211_sub_if_data *sdata, |
1492 | struct sk_buff *skb, bool need_basic); | 1492 | struct sk_buff *skb, bool need_basic); |
1493 | 1493 | ||
1494 | /* virtual monitor */ | ||
1495 | int ieee80211_add_virtual_monitor(struct ieee80211_local *local); | ||
1496 | void ieee80211_del_virtual_monitor(struct ieee80211_local *local); | ||
1497 | |||
1498 | /* channel management */ | 1494 | /* channel management */ |
1499 | enum ieee80211_chan_mode { | 1495 | enum ieee80211_chan_mode { |
1500 | CHAN_MODE_UNDEFINED, | 1496 | CHAN_MODE_UNDEFINED, |