diff options
author | Holger Schurig <hs4233@mail.mn-solutions.de> | 2008-03-26 05:03:48 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-04-01 17:13:16 -0400 |
commit | 7460f5a69055357bf97f1890db547aba0c4bf2fa (patch) | |
tree | 57466a9c61f803b0bb2b7f65aa0b9a5c46100209 /drivers/net/wireless/libertas/wext.h | |
parent | 2af9f039a17c0acd9e5b21d10058688687bad86d (diff) |
libertas: convert CMD_802_11_EEPROM_ACCESS to a direct command
Signed-off-by: Holger Schurig <hs4233@mail.mn-solutions.de>
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 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/net/wireless/libertas/wext.h b/drivers/net/wireless/libertas/wext.h index f0f439a6ab49..4c08db497606 100644 --- a/drivers/net/wireless/libertas/wext.h +++ b/drivers/net/wireless/libertas/wext.h | |||
@@ -4,17 +4,6 @@ | |||
4 | #ifndef _LBS_WEXT_H_ | 4 | #ifndef _LBS_WEXT_H_ |
5 | #define _LBS_WEXT_H_ | 5 | #define _LBS_WEXT_H_ |
6 | 6 | ||
7 | /** lbs_ioctl_regrdwr */ | ||
8 | struct lbs_ioctl_regrdwr { | ||
9 | /** Which register to access */ | ||
10 | u16 whichreg; | ||
11 | /** Read or Write */ | ||
12 | u16 action; | ||
13 | u32 offset; | ||
14 | u16 NOB; | ||
15 | u32 value; | ||
16 | }; | ||
17 | |||
18 | extern struct iw_handler_def lbs_handler_def; | 7 | extern struct iw_handler_def lbs_handler_def; |
19 | extern struct iw_handler_def mesh_handler_def; | 8 | extern struct iw_handler_def mesh_handler_def; |
20 | 9 | ||