From 0eac2dcc6f056befa2ec95a7c44ba33fbf3141c6 Mon Sep 17 00:00:00 2001 From: sam Date: Mon, 5 Apr 2004 04:17:03 +0000 Subject: export the malloc type M_80211_NODE for drivers that override the node allocation routines --- sys/net80211/ieee80211_node.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/net80211/ieee80211_node.h') diff --git a/sys/net80211/ieee80211_node.h b/sys/net80211/ieee80211_node.h index 0725ffb..b62bcde 100644 --- a/sys/net80211/ieee80211_node.h +++ b/sys/net80211/ieee80211_node.h @@ -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 *); -- cgit v1.1