Skip to content

Commit

Permalink
Staging: w35und: Remove unused typedef CHAN_LIST
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Pekka Enberg authored and Greg Kroah-Hartman committed Mar 4, 2010
1 parent 440a233 commit 23b0dce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions drivers/staging/winbond/localpara.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down
1 change: 0 additions & 1 deletion drivers/staging/winbond/scan_s.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ typedef struct _SCAN_REQ_PARA //mandatory parameters for SCAN request
{
u32 ScanType; //passive/active scan

CHAN_LIST sChannelList; // 86B
u8 reserved_1[2];

struct SSID_Element sSSID; // 34B. scan only for this SSID
Expand Down

0 comments on commit 23b0dce

Please sign in to comment.