fix build w/ IEEE80211_DEBUG_REFCNT enabled

This commit is contained in:
Sam Leffler 2008-05-01 20:26:25 +00:00
parent 9007109030
commit 92172ed85a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=178712

View file

@ -1645,7 +1645,7 @@ ieee80211_node_reclaim(struct ieee80211_node *ni)
#ifdef IEEE80211_DEBUG_REFCNT
IEEE80211_DPRINTF(ni->ni_vap, IEEE80211_MSG_NODE,
"%s (%s:%u) %p<%s> refcnt %d\n", __func__, func, line, ni,
"%s %p<%s> refcnt %d\n", __func__, ni,
ether_sprintf(ni->ni_macaddr), ieee80211_node_refcnt(ni)-1);
#endif
IEEE80211_NODE_LOCK(nt);