Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162415
b: refs/heads/master
c: 58b32cb
h: refs/heads/master
i:
  162413: 15bd691
  162411: 4c2168d
  162407: dd62451
  162399: b46f5a9
v: v3
  • Loading branch information
Pekka Enberg authored and Greg Kroah-Hartman committed Sep 15, 2009
1 parent 1698008 commit 4d298df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 50 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 27d4642105b3fc6781e9110c7f4d0741434985ca
refs/heads/master: 58b32cba16ecf2ffeb28a87b20d0a83c6a8ff90a
49 changes: 0 additions & 49 deletions trunk/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 4d298df

Please sign in to comment.