Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162416
b: refs/heads/master
c: a95c69c
h: refs/heads/master
v: v3
  • Loading branch information
Pekka Enberg authored and Greg Kroah-Hartman committed Sep 15, 2009
1 parent 4d298df commit 69df1b9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 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: 58b32cba16ecf2ffeb28a87b20d0a83c6a8ff90a
refs/heads/master: a95c69cfe44d96489777f9eda8c2005963730bef
2 changes: 1 addition & 1 deletion trunk/drivers/staging/winbond/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ struct wbsoft_priv {

MLME_FRAME sMlmeFrame; // connect to peerSTA parameters

MTO_PARAMETERS sMtoPara; // MTO_struct ...
struct wb35_mto_params sMtoPara; // MTO_struct ...
struct hw_data sHwData; //For HAL
struct wb35_mds Mds;

Expand Down
5 changes: 2 additions & 3 deletions trunk/drivers/staging/winbond/mto.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ typedef enum {
//
// Defines the parameters used in the MAC Throughput Optimization algorithm
//============================================================================
typedef struct _MTO_PARAMETERS
{
struct wb35_mto_params {
u8 Th_Fixant;
u8 Th_Cnt;
u8 Th_SQ3;
Expand Down Expand Up @@ -130,7 +129,7 @@ typedef struct _MTO_PARAMETERS
s32 RSSI_high;
s32 RSSI_low;

} MTO_PARAMETERS, *PMTO_PARAMETERS;
};


#define MTO_DATA() (adapter->sMtoPara)
Expand Down

0 comments on commit 69df1b9

Please sign in to comment.