diff options
author | Dan Williams <dcbw@redhat.com> | 2007-06-18 12:10:33 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2007-06-28 07:48:47 -0400 |
commit | 7dcf5284d12d7b59359a503d35797295f085f327 (patch) | |
tree | 1f72239e10d1270b45b681e2cbdee6943ec96bd5 /drivers/net/wireless/libertas/wext.h | |
parent | 18c96c3497aa871608d57ca5e08de3558159a6c9 (diff) |
[PATCH] libertas: remove private ioctls
Signed-off-by: Christoph Hellwig <hch@infradead.org>
Acked-by: Dan Williams <dcbw@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/libertas/wext.h')
-rw-r--r-- | drivers/net/wireless/libertas/wext.h | 45 |
1 files changed, 5 insertions, 40 deletions
diff --git a/drivers/net/wireless/libertas/wext.h b/drivers/net/wireless/libertas/wext.h index d555056b25b..3d5196c9553 100644 --- a/drivers/net/wireless/libertas/wext.h +++ b/drivers/net/wireless/libertas/wext.h | |||
@@ -7,45 +7,6 @@ | |||
7 | #define SUBCMD_OFFSET 4 | 7 | #define SUBCMD_OFFSET 4 |
8 | #define SUBCMD_DATA(x) *((int *)(x->u.name + SUBCMD_OFFSET)) | 8 | #define SUBCMD_DATA(x) *((int *)(x->u.name + SUBCMD_OFFSET)) |
9 | 9 | ||
10 | /** PRIVATE CMD ID */ | ||
11 | #define WLANIOCTL SIOCIWFIRSTPRIV | ||
12 | |||
13 | #define WLAN_SETNONE_GETNONE (WLANIOCTL + 8) | ||
14 | #define WLAN_SUBCMD_BT_RESET 13 | ||
15 | #define WLAN_SUBCMD_FWT_RESET 14 | ||
16 | |||
17 | #define WLAN_SETNONE_GETONEINT (WLANIOCTL + 15) | ||
18 | #define WLANGETREGION 1 | ||
19 | |||
20 | #define WLAN_SUBCMD_FWT_CLEANUP 15 | ||
21 | #define WLAN_SUBCMD_FWT_TIME 16 | ||
22 | #define WLAN_SUBCMD_MESH_GET_TTL 17 | ||
23 | #define WLAN_SUBCMD_BT_GET_INVERT 18 | ||
24 | |||
25 | #define WLAN_SETONEINT_GETNONE (WLANIOCTL + 24) | ||
26 | #define WLANSETREGION 8 | ||
27 | #define WLAN_SUBCMD_MESH_SET_TTL 18 | ||
28 | #define WLAN_SUBCMD_BT_SET_INVERT 19 | ||
29 | |||
30 | #define WLAN_SET128CHAR_GET128CHAR (WLANIOCTL + 25) | ||
31 | #define WLAN_SUBCMD_BT_ADD 18 | ||
32 | #define WLAN_SUBCMD_BT_DEL 19 | ||
33 | #define WLAN_SUBCMD_BT_LIST 20 | ||
34 | #define WLAN_SUBCMD_FWT_ADD 21 | ||
35 | #define WLAN_SUBCMD_FWT_DEL 22 | ||
36 | #define WLAN_SUBCMD_FWT_LOOKUP 23 | ||
37 | #define WLAN_SUBCMD_FWT_LIST_NEIGHBOR 24 | ||
38 | #define WLAN_SUBCMD_FWT_LIST 25 | ||
39 | #define WLAN_SUBCMD_FWT_LIST_ROUTE 26 | ||
40 | |||
41 | #define WLAN_SET_GET_SIXTEEN_INT (WLANIOCTL + 29) | ||
42 | #define WLAN_LED_GPIO_CTRL 5 | ||
43 | |||
44 | #define WLAN_LINKMODE_802_3 0 | ||
45 | #define WLAN_LINKMODE_802_11 2 | ||
46 | #define WLAN_RADIOMODE_NONE 0 | ||
47 | #define WLAN_RADIOMODE_RADIOTAP 2 | ||
48 | |||
49 | /** wlan_ioctl_regrdwr */ | 10 | /** wlan_ioctl_regrdwr */ |
50 | struct wlan_ioctl_regrdwr { | 11 | struct wlan_ioctl_regrdwr { |
51 | /** Which register to access */ | 12 | /** Which register to access */ |
@@ -57,9 +18,13 @@ struct wlan_ioctl_regrdwr { | |||
57 | u32 value; | 18 | u32 value; |
58 | }; | 19 | }; |
59 | 20 | ||
21 | #define WLAN_LINKMODE_802_3 0 | ||
22 | #define WLAN_LINKMODE_802_11 2 | ||
23 | #define WLAN_RADIOMODE_NONE 0 | ||
24 | #define WLAN_RADIOMODE_RADIOTAP 2 | ||
25 | |||
60 | extern struct iw_handler_def libertas_handler_def; | 26 | extern struct iw_handler_def libertas_handler_def; |
61 | extern struct iw_handler_def mesh_handler_def; | 27 | extern struct iw_handler_def mesh_handler_def; |
62 | int libertas_do_ioctl(struct net_device *dev, struct ifreq *req, int i); | ||
63 | int wlan_radio_ioctl(wlan_private * priv, u8 option); | 28 | int wlan_radio_ioctl(wlan_private * priv, u8 option); |
64 | 29 | ||
65 | #endif /* _WLAN_WEXT_H_ */ | 30 | #endif /* _WLAN_WEXT_H_ */ |