Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267876
b: refs/heads/master
c: f6e3d4f
h: refs/heads/master
v: v3
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent 5f04d15 commit 578e8e4
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: 3c093c2ba168ec4a4bfd638c4c35cf748ea329a9
refs/heads/master: f6e3d4f4c2fd00a58561db35d6fc6e060ebbebff
7 changes: 3 additions & 4 deletions trunk/drivers/staging/rtl8192e/rtllib.h
Original file line number Diff line number Diff line change
Expand Up @@ -1799,13 +1799,12 @@ enum fsync_state {
SW_Fsync
};

typedef enum _RT_PS_MODE
{
enum rt_ps_mode {
eActive,
eMaxPs,
eFastPs,
eAutoPs,
} RT_PS_MODE;
};

typedef enum _IPS_CALLBACK_FUNCION
{
Expand Down Expand Up @@ -2122,7 +2121,7 @@ struct rtllib_device {
bool ieee_up;
bool cannot_notify;
bool bSupportRemoteWakeUp;
RT_PS_MODE dot11PowerSaveMode;
enum rt_ps_mode dot11PowerSaveMode;
bool actscanning;
bool FirstIe_InScan;
bool be_scan_inprogress;
Expand Down

0 comments on commit 578e8e4

Please sign in to comment.