Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267746
b: refs/heads/master
c: 9d94bbb
h: refs/heads/master
v: v3
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent 36d8934 commit ae35c78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 0db427997a1dd486a4b93700398fe7076eb201e7
refs/heads/master: 9d94bbb8c83dd21099ddcf5f127a7c2a1a87da7b
6 changes: 3 additions & 3 deletions trunk/drivers/staging/rtl8192e/rtl_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -369,12 +369,12 @@ typedef struct _rt_9x_tx_rate_history {
u32 ht_mcs[4][16];
}rt_tx_rahis_t, *prt_tx_rahis_t;

typedef struct _RT_SMOOTH_DATA_4RF {
struct rt_smooth_data_4rf {
char elements[4][100];
u32 index;
u32 TotalNum;
u32 TotalVal[4];
}RT_SMOOTH_DATA_4RF, *PRT_SMOOTH_DATA_4RF;
};//, *struct rt_smooth_data_4rf *;

typedef struct Stats
{
Expand Down Expand Up @@ -468,7 +468,7 @@ typedef struct Stats
rt_tx_rahis_t txrate;
u32 Slide_Beacon_pwdb[100];
u32 Slide_Beacon_Total;
RT_SMOOTH_DATA_4RF cck_adc_pwdb;
struct rt_smooth_data_4rf cck_adc_pwdb;
u32 CurrentShowTxate;
} Stats;

Expand Down

0 comments on commit ae35c78

Please sign in to comment.