Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267773
b: refs/heads/master
c: 031189e
h: refs/heads/master
i:
  267771: 0f20ecd
v: v3
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent e671abc commit c35d422
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: ebbef649f97c1d92321bdd2dc91b9babc21b2b26
refs/heads/master: 031189ec7693c57bdd016089a6cd007ea1e7a5b6
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 @@ -491,11 +491,10 @@ typedef enum _TWO_PORT_STATUS
TWO_PORT_STATUS__WITHOUT_ANY_ASSOCIATE
}TWO_PORT_STATUS;

typedef struct _txbbgain_struct
{
struct txbbgain_struct {
long txbb_iq_amplifygain;
u32 txbbgain_value;
} txbbgain_struct, *ptxbbgain_struct;
};

typedef struct _ccktxbbgain_struct
{
Expand Down Expand Up @@ -602,7 +601,7 @@ typedef struct r8192_priv
ccktxbbgain_struct cck_txbbgain_table[CCKTxBBGainTableLength];
ccktxbbgain_struct cck_txbbgain_ch14_table[CCKTxBBGainTableLength];

txbbgain_struct txbbgain_table[TxBBGainTableLength];
struct txbbgain_struct txbbgain_table[TxBBGainTableLength];

ACM_METHOD AcmMethod;

Expand Down

0 comments on commit c35d422

Please sign in to comment.