summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_sta.c
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2008-12-18 23:00:09 +0000
committersam <sam@FreeBSD.org>2008-12-18 23:00:09 +0000
commit7aaeeb07043adcd94c535d5c394f69f9c560c4ad (patch)
treeb42405564087361d41f618b7f4c6bab0f5f3fd52 /sys/net80211/ieee80211_sta.c
parentb3c73dcac3e506d7568bd9ad1458369b01018e33 (diff)
downloadFreeBSD-src-7aaeeb07043adcd94c535d5c394f69f9c560c4ad.zip
FreeBSD-src-7aaeeb07043adcd94c535d5c394f69f9c560c4ad.tar.gz
convert MALLOC/FREE to malloc/free
Diffstat (limited to 'sys/net80211/ieee80211_sta.c')
-rw-r--r--sys/net80211/ieee80211_sta.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net80211/ieee80211_sta.c b/sys/net80211/ieee80211_sta.c
index 35fcead..54733c9 100644
--- a/sys/net80211/ieee80211_sta.c
+++ b/sys/net80211/ieee80211_sta.c
@@ -1018,7 +1018,7 @@ sta_auth_shared(struct ieee80211_node *ni, struct ieee80211_frame *wh,
switch (seq) {
case IEEE80211_AUTH_SHARED_PASS:
if (ni->ni_challenge != NULL) {
- FREE(ni->ni_challenge, M_80211_NODE);
+ free(ni->ni_challenge, M_80211_NODE);
ni->ni_challenge = NULL;
}
if (status != 0) {
OpenPOWER on IntegriCloud