net80211: pass __func__, __LINE__ also to ieee80211_alloc_node()
authorBjoern A. Zeeb <bz@FreeBSD.org>
Fri, 6 Oct 2023 10:38:22 +0000 (10:38 +0000)
committerBjoern A. Zeeb <bz@FreeBSD.org>
Fri, 6 Oct 2023 10:50:06 +0000 (10:50 +0000)
commit3a11944bca0f07079a61f10468b704589c52a76f
treed880ad28825c3c16a435d1423de0f38bcc4d09bf
parent07b2c79cc6c782ae57b6287688338d0ac3941e66
net80211: pass __func__, __LINE__ also to ieee80211_alloc_node()

Pass caller information to ieee80211_alloc_node() so that in case
IEEE80211_DEBUG_REFCNT is compiled in we can (better) track references,
in this case the initial ieee80211_node_initref().

Sponsored by: The FreeBSD Foundation
MFC after: 3 days
sys/net80211/ieee80211_node.c