diff options
Diffstat (limited to 'sys/dev/ic/athn.c')
-rw-r--r-- | sys/dev/ic/athn.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/athn.c b/sys/dev/ic/athn.c index d0c7a498686..213178085f0 100644 --- a/sys/dev/ic/athn.c +++ b/sys/dev/ic/athn.c @@ -1,4 +1,4 @@ -/* $OpenBSD: athn.c,v 1.81 2014/03/19 10:09:19 mpi Exp $ */ +/* $OpenBSD: athn.c,v 1.82 2014/07/12 18:48:17 tedu Exp $ */ /*- * Copyright (c) 2009 Damien Bergamini <damien.bergamini@free.fr> @@ -393,7 +393,7 @@ athn_detach(struct athn_softc *sc) } /* Free ROM copy. */ if (sc->eep != NULL) - free(sc->eep, M_DEVBUF); + free(sc->eep, M_DEVBUF, 0); ieee80211_ifdetach(ifp); if_detach(ifp); |