提交 d671b2a0 编写于 作者: J Johannes Berg

mac80211: mesh: print MAC address instead of pointer

There's no point in printing the mpath pointer since it can't
be used for anything - print the MAC address instead (like in
the forwarding case.)
Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
Acked-by: NBob Copeland <me@bobcopeland.com>
Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
上级 0483eeac
...@@ -968,8 +968,8 @@ int mesh_path_send_to_gates(struct mesh_path *mpath) ...@@ -968,8 +968,8 @@ int mesh_path_send_to_gates(struct mesh_path *mpath)
copy = true; copy = true;
} else { } else {
mpath_dbg(sdata, mpath_dbg(sdata,
"Not forwarding %p (flags %#x)\n", "Not forwarding to %pM (flags %#x)\n",
gate->mpath, gate->mpath->flags); gate->mpath->dst, gate->mpath->flags);
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册