freebsd11_wlan: Disable another spammy information print.
Hopefully helps with #14270.
This commit is contained in:
@@ -2098,11 +2098,13 @@ ieee80211_send_probereq(struct ieee80211_node *ni,
|
|||||||
* the xmit is complete all the way in the driver. On error we
|
* the xmit is complete all the way in the driver. On error we
|
||||||
* will remove our reference.
|
* will remove our reference.
|
||||||
*/
|
*/
|
||||||
|
#ifndef __HAIKU__
|
||||||
IEEE80211_DPRINTF(vap, IEEE80211_MSG_NODE,
|
IEEE80211_DPRINTF(vap, IEEE80211_MSG_NODE,
|
||||||
"ieee80211_ref_node (%s:%u) %p<%s> refcnt %d\n",
|
"ieee80211_ref_node (%s:%u) %p<%s> refcnt %d\n",
|
||||||
__func__, __LINE__,
|
__func__, __LINE__,
|
||||||
ni, ether_sprintf(ni->ni_macaddr),
|
ni, ether_sprintf(ni->ni_macaddr),
|
||||||
ieee80211_node_refcnt(ni)+1);
|
ieee80211_node_refcnt(ni)+1);
|
||||||
|
#endif
|
||||||
ieee80211_ref_node(ni);
|
ieee80211_ref_node(ni);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user