提交 1bc5e651 编写于 作者: P Pekka Enberg 提交者: Greg Kroah-Hartman

Staging: w35und: Convert typedef LOCAL_PARA to struct wb_local_para

Acked-by: NPavel Machek <pavel@ucw.cz>
Signed-off-by: NPekka Enberg <penberg@cs.helsinki.fi>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 3fc0d278
......@@ -14,7 +14,7 @@
struct wbsoft_priv {
u32 adapterIndex; // 20060703.4 Add for using padapterContext global adapter point
WB_LOCALDESCRIPT sLocalPara; // Myself connected parameters
struct wb_local_para sLocalPara; // Myself connected parameters
MLME_FRAME sMlmeFrame; // connect to peerSTA parameters
......
......@@ -136,7 +136,7 @@ typedef struct _RadioOff
} RadioOff, *psRadioOff;
//===========================================================================
typedef struct LOCAL_PARA
struct wb_local_para
{
u8 PermanentAddress[ MAC_ADDR_LENGTH + 2 ]; // read from EPROM, manufacture set for each NetCard
u8 ThisMacAddress[ MAC_ADDR_LENGTH + 2 ]; // the driver will use actually.
......@@ -274,6 +274,6 @@ typedef struct LOCAL_PARA
u16 IE_Append_size;
u16 reserved_7;
} WB_LOCALDESCRIPT, *PWB_LOCALDESCRIPT;
};
#endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册