Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267878
b: refs/heads/master
c: f6ce577
h: refs/heads/master
v: v3
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent edfcc44 commit 2b5d885
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: 8304cc64dc242f4b410899256c929b9a93108a92
refs/heads/master: f6ce577e381e248fbcdad0d9d7e51e5337b6a6a0
6 changes: 3 additions & 3 deletions trunk/drivers/staging/rtl8192e/rtllib.h
Original file line number Diff line number Diff line change
Expand Up @@ -1812,12 +1812,12 @@ enum ips_callback_function {
IPS_CALLBACK_JOIN_REQUEST = 2,
};

typedef enum _RT_JOIN_ACTION{
enum rt_join_action {
RT_JOIN_INFRA = 1,
RT_JOIN_IBSS = 2,
RT_START_IBSS = 3,
RT_NO_ACTION = 4,
} RT_JOIN_ACTION;
};

struct ibss_parms {
u16 atimWin;
Expand Down Expand Up @@ -1866,7 +1866,7 @@ struct rt_pwr_save_ctrl {
enum ips_callback_function ReturnPoint;

bool bTmpBssDesc;
RT_JOIN_ACTION tmpJoinAction;
enum rt_join_action tmpJoinAction;
struct rtllib_network tmpBssDesc;

bool bTmpScanOnly;
Expand Down

0 comments on commit 2b5d885

Please sign in to comment.