Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197057
b: refs/heads/master
c: 649f065
h: refs/heads/master
i:
  197055: e3615f7
v: v3
  • Loading branch information
Sankar P authored and Greg Kroah-Hartman committed May 11, 2010
1 parent df4699a commit e30ee18
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: 1a48ba148c45052efc2e1505e28198b725a23e95
refs/heads/master: 649f0650acae35ff301b81159820bf8eecf7f68e
6 changes: 3 additions & 3 deletions trunk/drivers/staging/winbond/mac_structures.h
Original file line number Diff line number Diff line change
Expand Up @@ -505,10 +505,10 @@ struct RSN_Capability_Element
}__attribute__ ((packed)) ;

#ifdef _WPA2_
typedef struct _PMKID
struct pmkid
{
u8 pValue[16];
}PMKID;
};

struct WPA2_RSN_Information_Element
{
Expand All @@ -531,7 +531,7 @@ struct WPA2_RSN_Auth_Sub_Information_Element
struct PMKID_Information_Element
{
u16 PMKID_Count;
PMKID pmkid [16] ;
struct pmkid pmkid[16];
}__attribute__ ((packed));

#endif //enddef _WPA2_
Expand Down

0 comments on commit e30ee18

Please sign in to comment.