Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102687957
D37626.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
528 B
Referenced Files
None
Subscribers
None
D37626.diff
View Options
diff --git a/sys/net80211/ieee80211_hwmp.c b/sys/net80211/ieee80211_hwmp.c
--- a/sys/net80211/ieee80211_hwmp.c
+++ b/sys/net80211/ieee80211_hwmp.c
@@ -1928,8 +1928,8 @@
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;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 16, 9:32 PM (20 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14664640
Default Alt Text
D37626.diff (528 B)
Attached To
Mode
D37626: iee80211_hwmp: Don't dereference NULL ni in debug printf.
Attached
Detach File
Event Timeline
Log In to Comment