Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267747
b: refs/heads/master
c: 628c30e
h: refs/heads/master
i:
  267745: 36d8934
  267743: 875e53a
v: v3
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent ae35c78 commit 4ccbe8b
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: 9d94bbb8c83dd21099ddcf5f127a7c2a1a87da7b
refs/heads/master: 628c30e852e775d98ebce006f51e64a58e3fd76b
7 changes: 3 additions & 4 deletions trunk/drivers/staging/rtl8192e/rtllib.h
Original file line number Diff line number Diff line change
Expand Up @@ -1851,14 +1851,13 @@ typedef enum _WOLPATTERN_TYPE
eNoDefined,
}WOLPATTERN_TYPE;

typedef struct _RT_PM_WOL_PATTERN_INFO
{
struct rt_pm_wol_info {
u32 PatternId;
u32 Mask[4];
u16 CrcRemainder;
u8 WFMIndex;
WOLPATTERN_TYPE PatternType;
}RT_PM_WOL_PATTERN_INFO, *PRT_PM_WOL_PATTERN_INFO;
};//, *struct rt_pm_wol_info *;

typedef struct _RT_POWER_SAVE_CONTROL
{
Expand Down Expand Up @@ -1916,7 +1915,7 @@ typedef struct _RT_POWER_SAVE_CONTROL
u8 RegAMDPciASPM;

u8 oWLANMode;
RT_PM_WOL_PATTERN_INFO PmWoLPatternInfo[MAX_SUPPORT_WOL_PATTERN_NUM];
struct rt_pm_wol_info PmWoLPatternInfo[MAX_SUPPORT_WOL_PATTERN_NUM];

}RT_POWER_SAVE_CONTROL,*PRT_POWER_SAVE_CONTROL;

Expand Down

0 comments on commit 4ccbe8b

Please sign in to comment.