diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2007-09-17 01:29:26 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 19:52:29 -0400 |
commit | c33e3f3bcd2b63b735c5b1028f3cfd1048c300c2 (patch) | |
tree | 18653fdde172ee89dd113260f4255a6fdbd65754 /include | |
parent | 011bfcc4f3d3444b140da3880ae30a62cc93529e (diff) |
[MAC80211]: remove IEEE80211_CONF_SSID_HIDDEN
The IEEE80211_CONF_SSID_HIDDEN setting is not useful for any driver
we have and should be a per-interface setting anyway. Remove it.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: Michael Wu <flamingice@sourmilk.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/net/mac80211.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index 7d9dc20ee42f..7a2463f39cfd 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h | |||
@@ -322,8 +322,7 @@ struct ieee80211_conf { | |||
322 | 322 | ||
323 | #define IEEE80211_CONF_SHORT_SLOT_TIME (1<<0) /* use IEEE 802.11g Short Slot | 323 | #define IEEE80211_CONF_SHORT_SLOT_TIME (1<<0) /* use IEEE 802.11g Short Slot |
324 | * Time */ | 324 | * Time */ |
325 | #define IEEE80211_CONF_SSID_HIDDEN (1<<1) /* do not broadcast the ssid */ | 325 | #define IEEE80211_CONF_RADIOTAP (1<<1) /* use radiotap if supported |
326 | #define IEEE80211_CONF_RADIOTAP (1<<2) /* use radiotap if supported | ||
327 | check this bit at RX time */ | 326 | check this bit at RX time */ |
328 | u32 flags; /* configuration flags defined above */ | 327 | u32 flags; /* configuration flags defined above */ |
329 | 328 | ||