fix a warning.
This commit is contained in:
parent
8bed7c3cf9
commit
f8741ec8b9
|
@ -103,7 +103,7 @@ __WLAN_PRAGMA_PACKDFLT__
|
|||
typedef void (* freebuf_method_t)(void *buf, int size);
|
||||
|
||||
typedef struct p80211_metawep {
|
||||
char *data;
|
||||
void *data;
|
||||
UINT8 iv[4];
|
||||
UINT8 icv[4];
|
||||
} p80211_metawep_t;
|
||||
|
|
Loading…
Reference in a new issue