Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267777
b: refs/heads/master
c: 7204b51
h: refs/heads/master
i:
  267775: 715bb8c
v: v3
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent fd04677 commit 6537027
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 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: 8e8b90c60be8963a312118f435314a47f64160f2
refs/heads/master: 7204b51e0a071a968a2357a8737772f33934da2f
2 changes: 1 addition & 1 deletion trunk/drivers/staging/rtl8192e/rtl_dm.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ static u32 edca_setting_UL[HT_IOT_PEER_MAX] =


/*------------------------Define global variable-----------------------------*/
dig_t dm_digtable;
struct dig_t dm_digtable;
u8 dm_shadow[16][256] = {{0}};
struct drx_path_sel DM_RxPathSelTable;
/*------------------------Define global variable-----------------------------*/
Expand Down
7 changes: 3 additions & 4 deletions trunk/drivers/staging/rtl8192e/rtl_dm.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@


/*------------------------------Define structure----------------------------*/
typedef struct _dynamic_initial_gain_threshold_
{
struct dig_t {
u8 dig_enable_flag;
u8 dig_algorithm;
u8 Dig_TwoPort_Algorithm;
Expand Down Expand Up @@ -126,7 +125,7 @@ typedef struct _dynamic_initial_gain_threshold_
bool initialgain_lowerbound_state;

long rssi_val;
}dig_t;
};//;

typedef enum tag_dynamic_init_gain_state_definition
{
Expand Down Expand Up @@ -260,7 +259,7 @@ typedef struct tag_Tx_Config_Cmd_Format


/*------------------------Export global variable----------------------------*/
extern dig_t dm_digtable;
extern struct dig_t dm_digtable;
extern u8 dm_shadow[16][256];
extern struct drx_path_sel DM_RxPathSelTable;

Expand Down

0 comments on commit 6537027

Please sign in to comment.