aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/winbond/localpara.h
diff options
context:
space:
mode:
authorPekka Enberg <penberg@cs.helsinki.fi>2009-12-18 23:08:19 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2010-03-03 16:42:32 -0800
commit23b0dce239426ff8a7068b8d617d0c6eb4544cf7 (patch)
tree837990dd4bb398f6d3a4b0c6e7121b3b9bd95eab /drivers/staging/winbond/localpara.h
parent440a233db4c117f34397abd3722d5802fe1b8c30 (diff)
Staging: w35und: Remove unused typedef CHAN_LIST
Acked-by: Pavel Machek <pavel@ucw.cz> Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/winbond/localpara.h')
-rw-r--r--drivers/staging/winbond/localpara.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/staging/winbond/localpara.h b/drivers/staging/winbond/localpara.h
index 7ca58d02057..fcf6a0442dc 100644
--- a/drivers/staging/winbond/localpara.h
+++ b/drivers/staging/winbond/localpara.h
@@ -116,12 +116,6 @@ struct chan_info
u8 ChanNo;
};
-typedef struct _CHAN_LIST
-{
- u16 Count;
- struct chan_info Channel[50]; // 100B
-} CHAN_LIST, *psCHAN_LIST;
-
struct radio_off
{
u8 boHwRadioOff;
@@ -250,7 +244,6 @@ struct wb_local_para
u8 reserved_5[2]; //It may not be used after considering RF type,
//region and modulation type.
- CHAN_LIST sSupportChanList; // 86B. It will be obtained according to RF type and region
u8 reserved_6[2]; //two variables are for wep key error detection added by ws 02/02/04
u32 bWepKeyError;