projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
011bfcc
)
[MAC80211]: remove IEEE80211_CONF_SSID_HIDDEN
author
Johannes Berg
<
[email protected]
>
Mon, 17 Sep 2007 05:29:26 +0000
(
01:29
-0400)
committer
David S. Miller
<
[email protected]
>
Wed, 10 Oct 2007 23:52:29 +0000
(16:52 -0700)
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 <
[email protected]
>
Signed-off-by: Michael Wu <
[email protected]
>
Signed-off-by: John W. Linville <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
include/net/mac80211.h
patch
|
blob
|
history
diff --git
a/include/net/mac80211.h
b/include/net/mac80211.h
index 7d9dc20ee42f3976a2dbd87d4419cf2259b7b883..7a2463f39cfd30f6622320ecf22112cf4d0ba203 100644
(file)
--- a/
include/net/mac80211.h
+++ b/
include/net/mac80211.h
@@
-322,8
+322,7
@@
struct ieee80211_conf {
#define IEEE80211_CONF_SHORT_SLOT_TIME (1<<0) /* use IEEE 802.11g Short Slot
* Time */
-#define IEEE80211_CONF_SSID_HIDDEN (1<<1) /* do not broadcast the ssid */
-#define IEEE80211_CONF_RADIOTAP (1<<2) /* use radiotap if supported
+#define IEEE80211_CONF_RADIOTAP (1<<1) /* use radiotap if supported
check this bit at RX time */
u32 flags; /* configuration flags defined above */