fix a warning.

This commit is contained in:
solomon 2002-11-20 16:08:32 +00:00
parent 8bed7c3cf9
commit f8741ec8b9

View file

@ -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;