Deleted Added
full compact
27c27
< __FBSDID("$FreeBSD: head/sys/net80211/ieee80211_crypto_wep.c 184210 2008-10-23 19:57:13Z des $");
---
> __FBSDID("$FreeBSD: head/sys/net80211/ieee80211_crypto_wep.c 186302 2008-12-18 23:00:09Z sam $");
90c90
< MALLOC(ctx, struct wep_ctx *, sizeof(struct wep_ctx),
---
> ctx = (struct wep_ctx *) malloc(sizeof(struct wep_ctx),
109c109
< FREE(ctx, M_80211_CRYPTO);
---
> free(ctx, M_80211_CRYPTO);