提交 649f0650 编写于 作者: S Sankar P 提交者: Greg Kroah-Hartman

Staging: winbond: Convert typedef struct _PMKID to struct pmkid

This patch converts the definition typedef struct _PMKID to
struct pmkid and also the part where the typedef was used.
Signed-off-by: NSankar P <sankar.curiosity@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 1a48ba14
......@@ -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
{
......@@ -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_
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
新手
引导
客服 返回
顶部