Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267749
b: refs/heads/master
c: 0e86753
h: refs/heads/master
i:
  267747: 4ccbe8b
v: v3
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent 23485b1 commit 2f65472
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: ca9900116fb3b758d226d08c1f5c792285941fb9
refs/heads/master: 0e86753fe3faae9c24ca52218678b614ccf04f03
6 changes: 3 additions & 3 deletions trunk/drivers/staging/rtl8192e/rtllib.h
Original file line number Diff line number Diff line change
Expand Up @@ -1984,7 +1984,7 @@ typedef enum _FW_CMD_IO_TYPE{
}FW_CMD_IO_TYPE,*PFW_CMD_IO_TYPE;

#define RT_MAX_LD_SLOT_NUM 10
typedef struct _RT_LINK_DETECT_T{
struct rt_link_detect {

u32 NumRecvBcnInPeriod;
u32 NumRecvDataInPeriod;
Expand All @@ -2004,7 +2004,7 @@ typedef struct _RT_LINK_DETECT_T{
u32 NumTxUnicastOkInPeriod;
u32 LastNumTxUnicast;
u32 LastNumRxUnicast;
}RT_LINK_DETECT_T, *PRT_LINK_DETECT_T;
};//, *struct rt_link_detect *;

typedef struct _SW_CAM_TABLE{

Expand Down Expand Up @@ -2388,7 +2388,7 @@ struct rtllib_device {
bandwidth_autoswitch bandwidth_auto_switch;
bool FwRWRF;

RT_LINK_DETECT_T LinkDetectInfo;
struct rt_link_detect LinkDetectInfo;
bool bIsAggregateFrame;
struct rt_pwr_save_ctrl PowerSaveControl;
u8 amsdu_in_process;
Expand Down

0 comments on commit 2f65472

Please sign in to comment.