export the malloc type M_80211_NODE for drivers that override the node

allocation routines
This commit is contained in:
Sam Leffler 2004-04-05 04:17:03 +00:00
parent 32346d607a
commit 566a65385f
2 changed files with 3 additions and 0 deletions

@ -128,6 +128,8 @@ ieee80211_unref_node(struct ieee80211_node **ni)
struct ieee80211com;
MALLOC_DECLARE(M_80211_NODE);
extern void ieee80211_node_attach(struct ifnet *);
extern void ieee80211_node_lateattach(struct ifnet *);
extern void ieee80211_node_detach(struct ifnet *);

@ -37,6 +37,7 @@
/*
* Definitions for IEEE 802.11 drivers.
*/
#include <sys/malloc.h>
#include <net80211/ieee80211.h>
#include <net80211/ieee80211_crypto.h>