aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2022-12-21 18:45:45 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2022-12-21 18:45:45 +0000
commit95d146592f5ee3fa998496713f28475e65996ff9 (patch)
treebe09bb710c40ff93491416dc339c27802ac35d20 /sys
parent9f0c0e6eede6aedb60e12888fc9751c40b364dc9 (diff)
Diffstat (limited to 'sys')
-rw-r--r--sys/net80211/ieee80211_hwmp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net80211/ieee80211_hwmp.c b/sys/net80211/ieee80211_hwmp.c
index 77ba218ccd50..ad3de543664f 100644
--- a/sys/net80211/ieee80211_hwmp.c
+++ b/sys/net80211/ieee80211_hwmp.c
@@ -1928,8 +1928,8 @@ hwmp_discover(struct ieee80211vap *vap,
if (rt == NULL) {
rt = ieee80211_mesh_rt_add(vap, dest);
if (rt == NULL) {
- IEEE80211_NOTE(vap, IEEE80211_MSG_HWMP,
- ni, "unable to add discovery path to %6D",
+ IEEE80211_DPRINTF(vap, IEEE80211_MSG_HWMP,
+ "unable to add discovery path to %6D",
dest, ":");
vap->iv_stats.is_mesh_rtaddfailed++;
goto done;