Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267782
b: refs/heads/master
c: 43267fe
h: refs/heads/master
v: v3
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent 8e4084a commit f175fc5
Show file tree
Hide file tree
Showing 2 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: 7152e7ec339bf187109d559089712f882291fb98
refs/heads/master: 43267fef107b44b3b3e73a02cfc6027b8e6336fb
7 changes: 3 additions & 4 deletions trunk/drivers/staging/rtl8192e/rtl_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -500,15 +500,14 @@ struct ccktxbbgain {
u8 ccktxbb_valuearray[8];
};

typedef struct _init_gain
{
struct init_gain {
u8 xaagccore1;
u8 xbagccore1;
u8 xcagccore1;
u8 xdagccore1;
u8 cca;

} init_gain, *pinit_gain;
};

struct tx_ring {
u32 * desc;
Expand Down Expand Up @@ -949,7 +948,7 @@ typedef struct r8192_priv
u8 Record_CCK_20Mindex;
u8 Record_CCK_40Mindex;

init_gain initgain_backup;
struct init_gain initgain_backup;
u8 DefaultInitialGain[4];
bool bis_any_nonbepkts;
bool bcurrent_turbo_EDCA;
Expand Down

0 comments on commit f175fc5

Please sign in to comment.