From: Johannes Berg Date: Mon, 17 Sep 2007 05:29:26 +0000 (-0400) Subject: [MAC80211]: remove IEEE80211_CONF_SSID_HIDDEN X-Git-Tag: v3.12-rc1~26468^2~374 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c33e3f3bcd2b63b735c5b1028f3cfd1048c300c2;p=kernel%2Fkernel-generic.git [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 Signed-off-by: Michael Wu Signed-off-by: John W. Linville Signed-off-by: David S. Miller --- diff --git a/include/net/mac80211.h b/include/net/mac80211.h index 7d9dc20..7a2463f 100644 --- 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 */