diff options
author | Johannes Berg <johannes.berg@intel.com> | 2012-07-12 19:28:31 +0200 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2012-07-13 16:16:10 +0200 |
commit | 075e08477d51709ae1998a05c35aadf59ef823b9 (patch) | |
tree | ed1d72cfa15a711901484e82cd56577f60d9dd8e /net/mac80211/ieee80211_i.h | |
parent | 4b4b8229aeff4ca09b4aee921d383c596146eca0 (diff) | |
download | blackbird-op-linux-075e08477d51709ae1998a05c35aadf59ef823b9.tar.gz blackbird-op-linux-075e08477d51709ae1998a05c35aadf59ef823b9.zip |
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, int ieee80211_add_ext_srates_ie(struct ieee80211_sub_if_data *sdata, struct sk_buff *skb, bool need_basic); -/* virtual monitor */ -int ieee80211_add_virtual_monitor(struct ieee80211_local *local); -void ieee80211_del_virtual_monitor(struct ieee80211_local *local); - /* channel management */ enum ieee80211_chan_mode { CHAN_MODE_UNDEFINED, |