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:
8dc06a1
)
[MAC80211]: remove hostapd interface stuff
author
Johannes Berg
<
[email protected]
>
Tue, 28 Aug 2007 21:01:55 +0000
(17:01 -0400)
committer
David S. Miller
<
[email protected]
>
Wed, 10 Oct 2007 23:48:57 +0000
(16:48 -0700)
This removes some definitions that are used only within ioctls
that will never make it into mainline.
Signed-off-by: Johannes Berg <
[email protected]
>
Acked-by: Michael Wu <
[email protected]
>
Signed-off-by: John W. Linville <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
net/mac80211/hostapd_ioctl.h
patch
|
blob
|
history
diff --git
a/net/mac80211/hostapd_ioctl.h
b/net/mac80211/hostapd_ioctl.h
index d43711aff4c5bcb3e2c3d8c933cf44f402e49952..ac812ec9fa2f939999f47661d1edf60ecb3ba541 100644
(file)
--- 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 */