Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267877
b: refs/heads/master
c: 8304cc6
h: refs/heads/master
i:
  267875: 5f04d15
v: v3
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent 578e8e4 commit edfcc44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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: f6e3d4f4c2fd00a58561db35d6fc6e060ebbebff
refs/heads/master: 8304cc64dc242f4b410899256c929b9a93108a92
7 changes: 3 additions & 4 deletions trunk/drivers/staging/rtl8192e/rtllib.h
Original file line number Diff line number Diff line change
Expand Up @@ -1806,12 +1806,11 @@ enum rt_ps_mode {
eAutoPs,
};

typedef enum _IPS_CALLBACK_FUNCION
{
enum ips_callback_function {
IPS_CALLBACK_NONE = 0,
IPS_CALLBACK_MGNT_LINK_REQUEST = 1,
IPS_CALLBACK_JOIN_REQUEST = 2,
} IPS_CALLBACK_FUNCION;
};

typedef enum _RT_JOIN_ACTION{
RT_JOIN_INFRA = 1,
Expand Down Expand Up @@ -1864,7 +1863,7 @@ struct rt_pwr_save_ctrl {
struct work_struct InactivePsWorkItem;
struct timer_list InactivePsTimer;

IPS_CALLBACK_FUNCION ReturnPoint;
enum ips_callback_function ReturnPoint;

bool bTmpBssDesc;
RT_JOIN_ACTION tmpJoinAction;
Expand Down

0 comments on commit edfcc44

Please sign in to comment.