aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/hostapd_ioctl.h
diff options
context:
space:
mode:
authorJohannes Berg <johannes@sipsolutions.net>2007-08-28 17:01:55 -0400
committerDavid S. Miller <davem@sunset.davemloft.net>2007-10-10 16:48:57 -0700
commit52aa944a182545a987dc753f9602235a3359df0c (patch)
treeb18aea80ceb549e3686178205d3ba5b7de3cb608 /net/mac80211/hostapd_ioctl.h
parent[MAC80211]: improve key selection comment (diff)
downloadlinux-dev-52aa944a182545a987dc753f9602235a3359df0c.tar.xz
linux-dev-52aa944a182545a987dc753f9602235a3359df0c.zip
[MAC80211]: remove hostapd interface stuff
This removes some definitions that are used only within ioctls that will never make it into mainline. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Acked-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 '')
-rw-r--r--net/mac80211/hostapd_ioctl.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/net/mac80211/hostapd_ioctl.h b/net/mac80211/hostapd_ioctl.h
index d43711aff4c5..ac812ec9fa2f 100644
--- a/net/mac80211/hostapd_ioctl.h
+++ b/net/mac80211/hostapd_ioctl.h
@@ -59,26 +59,4 @@ struct ieee80211_rate_data {
int flags; /* IEEE80211_RATE_ flags */
};
-
-/* ADD_IF, REMOVE_IF, and UPDATE_IF 'type' argument */
-enum {
- HOSTAP_IF_WDS = 1, HOSTAP_IF_VLAN = 2, HOSTAP_IF_BSS = 3,
- HOSTAP_IF_STA = 4
-};
-
-struct hostapd_if_wds {
- u8 remote_addr[ETH_ALEN];
-};
-
-struct hostapd_if_vlan {
- u8 id;
-};
-
-struct hostapd_if_bss {
- u8 bssid[ETH_ALEN];
-};
-
-struct hostapd_if_sta {
-};
-
#endif /* HOSTAPD_IOCTL_H */