diff options
author | Helmut Schaa <hschaa@suse.de> | 2007-11-09 10:26:09 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 17:54:37 -0500 |
commit | 48933dea47c947f1d44631ce2292736e6a48eef1 (patch) | |
tree | 76d9dbaaeb3c967dd4fa08432937167b922e8af9 /net/mac80211/ieee80211_i.h | |
parent | dabeb344f54ab780d152714c18f1cb6b21c471a1 (diff) |
mac80211: Remove local->scan_flags
This patch removes all references to local->scan_flags as these are not
used anymore since the removal of prism2 ioctls.
Signed-off-by: Helmut Schaa <hschaa@suse.de>
Signed-off-by: Jiri Benc <jbenc@suse.cz>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
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 72e1c93dd87e..2be7fcebac48 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h | |||
@@ -483,10 +483,6 @@ struct ieee80211_local { | |||
483 | struct list_head sta_bss_list; | 483 | struct list_head sta_bss_list; |
484 | struct ieee80211_sta_bss *sta_bss_hash[STA_HASH_SIZE]; | 484 | struct ieee80211_sta_bss *sta_bss_hash[STA_HASH_SIZE]; |
485 | spinlock_t sta_bss_lock; | 485 | spinlock_t sta_bss_lock; |
486 | #define IEEE80211_SCAN_MATCH_SSID BIT(0) | ||
487 | #define IEEE80211_SCAN_WPA_ONLY BIT(1) | ||
488 | #define IEEE80211_SCAN_EXTRA_INFO BIT(2) | ||
489 | int scan_flags; | ||
490 | 486 | ||
491 | /* SNMP counters */ | 487 | /* SNMP counters */ |
492 | /* dot11CountersTable */ | 488 | /* dot11CountersTable */ |