|
@@ -466,7 +466,7 @@ typedef union _tuniHostIFmsgBody {
|
|
typedef struct _tstrHostIFmsg {
|
|
typedef struct _tstrHostIFmsg {
|
|
u16 u16MsgId; /*!< Message ID */
|
|
u16 u16MsgId; /*!< Message ID */
|
|
tuniHostIFmsgBody uniHostIFmsgBody; /*!< Message body */
|
|
tuniHostIFmsgBody uniHostIFmsgBody; /*!< Message body */
|
|
- void *drvHandler;
|
|
|
|
|
|
+ tstrWILC_WFIDrv *drvHandler;
|
|
} tstrHostIFmsg;
|
|
} tstrHostIFmsg;
|
|
|
|
|
|
#ifdef CONNECT_DIRECT
|
|
#ifdef CONNECT_DIRECT
|