Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267757
b: refs/heads/master
c: e91dbf0
h: refs/heads/master
i:
  267755: 0d1f492
v: v3
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent 6b79f5d commit ca16bf0
Show file tree
Hide file tree
Showing 3 changed files with 6 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: bc27e89b27e9b96075c1dc1d93c848b65aee3b3f
refs/heads/master: e91dbf030128ddd975a336a6e11f76874f5c3985
2 changes: 1 addition & 1 deletion trunk/drivers/staging/rtl8192e/r8192E_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -2280,7 +2280,7 @@ void
ActUpdateChannelAccessSetting(
struct net_device* dev,
WIRELESS_MODE WirelessMode,
PCHANNEL_ACCESS_SETTING ChnlAccessSetting
struct channel_access_setting *ChnlAccessSetting
)
{
struct r8192_priv* priv = rtllib_priv(dev);
Expand Down
8 changes: 4 additions & 4 deletions trunk/drivers/staging/rtl8192e/rtl_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -472,14 +472,14 @@ typedef struct Stats
u32 CurrentShowTxate;
} Stats;

typedef struct ChnlAccessSetting {
struct channel_access_setting {
u16 SIFS_Timer;
u16 DIFS_Timer;
u16 SlotTimeTimer;
u16 EIFS_Timer;
u16 CWminIndex;
u16 CWmaxIndex;
}*PCHANNEL_ACCESS_SETTING,CHANNEL_ACCESS_SETTING;
};

typedef enum _TWO_PORT_STATUS
{
Expand Down Expand Up @@ -579,7 +579,7 @@ typedef struct r8192_priv

struct workqueue_struct *priv_wq;

CHANNEL_ACCESS_SETTING ChannelAccessSetting;
struct channel_access_setting ChannelAccessSetting;

mp_adapter NdisAdapter;

Expand Down Expand Up @@ -1106,7 +1106,7 @@ void
ActUpdateChannelAccessSetting(
struct net_device* dev,
WIRELESS_MODE WirelessMode,
PCHANNEL_ACCESS_SETTING ChnlAccessSetting
struct channel_access_setting *ChnlAccessSetting
);

#endif

0 comments on commit ca16bf0

Please sign in to comment.