Commit 23b0dce2 authored by Pekka Enberg's avatar Pekka Enberg Committed by Greg Kroah-Hartman

Staging: w35und: Remove unused typedef CHAN_LIST

Acked-by: default avatarPavel Machek <pavel@ucw.cz>
Signed-off-by: default avatarPekka Enberg <penberg@cs.helsinki.fi>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 440a233d
...@@ -116,12 +116,6 @@ struct chan_info ...@@ -116,12 +116,6 @@ struct chan_info
u8 ChanNo; u8 ChanNo;
}; };
typedef struct _CHAN_LIST
{
u16 Count;
struct chan_info Channel[50]; // 100B
} CHAN_LIST, *psCHAN_LIST;
struct radio_off struct radio_off
{ {
u8 boHwRadioOff; u8 boHwRadioOff;
...@@ -250,7 +244,6 @@ struct wb_local_para ...@@ -250,7 +244,6 @@ struct wb_local_para
u8 reserved_5[2]; //It may not be used after considering RF type, u8 reserved_5[2]; //It may not be used after considering RF type,
//region and modulation 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 u8 reserved_6[2]; //two variables are for wep key error detection added by ws 02/02/04
u32 bWepKeyError; u32 bWepKeyError;
......
...@@ -35,7 +35,6 @@ typedef struct _SCAN_REQ_PARA //mandatory parameters for SCAN request ...@@ -35,7 +35,6 @@ typedef struct _SCAN_REQ_PARA //mandatory parameters for SCAN request
{ {
u32 ScanType; //passive/active scan u32 ScanType; //passive/active scan
CHAN_LIST sChannelList; // 86B
u8 reserved_1[2]; u8 reserved_1[2];
struct SSID_Element sSSID; // 34B. scan only for this SSID struct SSID_Element sSSID; // 34B. scan only for this SSID
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment