aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-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 {
59 int flags; /* IEEE80211_RATE_ flags */ 59 int flags; /* IEEE80211_RATE_ flags */
60}; 60};
61 61
62
63/* ADD_IF, REMOVE_IF, and UPDATE_IF 'type' argument */
64enum {
65 HOSTAP_IF_WDS = 1, HOSTAP_IF_VLAN = 2, HOSTAP_IF_BSS = 3,
66 HOSTAP_IF_STA = 4
67};
68
69struct hostapd_if_wds {
70 u8 remote_addr[ETH_ALEN];
71};
72
73struct hostapd_if_vlan {
74 u8 id;
75};
76
77struct hostapd_if_bss {
78 u8 bssid[ETH_ALEN];
79};
80
81struct hostapd_if_sta {
82};
83
84#endif /* HOSTAPD_IOCTL_H */ 62#endif /* HOSTAPD_IOCTL_H */