Skip to content

Commit

Permalink
Staging: w35und: Remove unused struct _STATISTICS_INFO
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 Sep 15, 2009
1 parent 27d4642 commit 58b32cb
Showing 1 changed file with 0 additions and 49 deletions.
49 changes: 0 additions & 49 deletions drivers/staging/winbond/mto.h
Original file line number Diff line number Diff line change
Expand Up @@ -209,55 +209,6 @@ typedef struct {
u8 tx_retry_rate;
} TXRETRY_REC;

typedef struct _STATISTICS_INFO {
u32 Rate54M;
u32 Rate48M;
u32 Rate36M;
u32 Rate24M;
u32 Rate18M;
u32 Rate12M;
u32 Rate9M;
u32 Rate6M;
u32 Rate11MS;
u32 Rate11ML;
u32 Rate55MS;
u32 Rate55ML;
u32 Rate2MS;
u32 Rate2ML;
u32 Rate1M;
u32 Rate54MOK;
u32 Rate48MOK;
u32 Rate36MOK;
u32 Rate24MOK;
u32 Rate18MOK;
u32 Rate12MOK;
u32 Rate9MOK;
u32 Rate6MOK;
u32 Rate11MSOK;
u32 Rate11MLOK;
u32 Rate55MSOK;
u32 Rate55MLOK;
u32 Rate2MSOK;
u32 Rate2MLOK;
u32 Rate1MOK;
u32 SQ3;
s32 RSSIAVG;
s32 RSSIMAX;
s32 TXRATE;
s32 TxRetryRate;
s32 BSS_PK_CNT;
s32 NIDLESLOT;
s32 SLOT_CNT;
s32 INTERF_CNT;
s32 GAP_CNT;
s32 DS_EVM;
s32 RcvBeaconNum;
s32 RXRATE;
s32 RxBytes;
s32 TxBytes;
s32 Antenna;
} STATISTICS_INFO, *PSTATISTICS_INFO;

extern void MTO_Init(struct wbsoft_priv *);
extern void MTO_PeriodicTimerExpired(struct wbsoft_priv *);
extern void MTO_SetDTORateRange(struct wbsoft_priv *, u8 *, u8);
Expand Down

0 comments on commit 58b32cb

Please sign in to comment.