Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66368
b: refs/heads/master
c: 52aa944
h: refs/heads/master
v: v3
  • Loading branch information
Johannes Berg authored and David S. Miller committed Oct 10, 2007
1 parent cbae7b9 commit 1978cce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8dc06a1c6112fef7616d26e0b001455b5d8c3c5e
refs/heads/master: 52aa944a182545a987dc753f9602235a3359df0c
22 changes: 0 additions & 22 deletions trunk/net/mac80211/hostapd_ioctl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

0 comments on commit 1978cce

Please sign in to comment.