Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267790
b: refs/heads/master
c: 2fac6fc
h: refs/heads/master
v: v3
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent 9ba498d commit af3066f
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: 49f4e74a94920807bfa5d952954c5b08b2d33359
refs/heads/master: 2fac6fc46d7bf8f92b0174d12c4fb2385e592a19
2 changes: 1 addition & 1 deletion trunk/drivers/staging/rtl8192e/rtl_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1354,7 +1354,7 @@ short rtl8192_init(struct net_device *dev)
{
struct r8192_priv *priv = rtllib_priv(dev);

memset(&(priv->stats),0,sizeof(struct Stats));
memset(&(priv->stats),0,sizeof(struct rt_stats));

rtl8192_dbgp_flag_init(dev);

Expand Down
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 @@ -376,8 +376,7 @@ struct rt_smooth_data_4rf {
u32 TotalVal[4];
};//, *struct rt_smooth_data_4rf *;

typedef struct Stats
{
struct rt_stats {
unsigned long txrdu;
unsigned long rxrdu;
unsigned long rxok;
Expand Down Expand Up @@ -470,7 +469,7 @@ typedef struct Stats
u32 Slide_Beacon_Total;
struct rt_smooth_data_4rf cck_adc_pwdb;
u32 CurrentShowTxate;
} Stats;
};

struct channel_access_setting {
u16 SIFS_Timer;
Expand Down Expand Up @@ -632,7 +631,7 @@ typedef struct r8192_priv
struct semaphore rf_sem;
struct mutex mutex;

struct Stats stats;
struct rt_stats stats;
struct iw_statistics wstats;
struct proc_dir_entry *dir_dev;

Expand Down

0 comments on commit af3066f

Please sign in to comment.