Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267781
b: refs/heads/master
c: 7152e7e
h: refs/heads/master
i:
  267779: 2f823b7
v: v3
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent 3c0a0e7 commit 8e4084a
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: 0ce600451d9d5543cba5b4c0478ecd02ffd3e399
refs/heads/master: 7152e7ec339bf187109d559089712f882291fb98
6 changes: 3 additions & 3 deletions trunk/drivers/staging/rtl8192e/rtllib.h
Original file line number Diff line number Diff line change
Expand Up @@ -1824,9 +1824,9 @@ typedef enum _RT_JOIN_ACTION{
RT_NO_ACTION = 4,
}RT_JOIN_ACTION;

typedef struct _IbssParms{
struct ibss_parms {
u16 atimWin;
}IbssParms, *PIbssParms;
};//, *struct ibss_parms *;
#define MAX_NUM_RATES 264

typedef enum _RT_RF_POWER_STATE
Expand Down Expand Up @@ -1889,7 +1889,7 @@ struct rt_pwr_save_ctrl {
struct octet_string tmpSuppRateSet;
u8 tmpSuppRateBuf[MAX_NUM_RATES];
bool bTmpSuppRate;
IbssParms tmpIbpm;
struct ibss_parms tmpIbpm;
bool bTmpIbpm;

bool bLeisurePs;
Expand Down

0 comments on commit 8e4084a

Please sign in to comment.