Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d671b2a0 authored by Johannes Berg's avatar Johannes Berg
Browse files

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: default avatarJohannes Berg <johannes.berg@intel.com>
Acked-by: default avatarBob Copeland <me@bobcopeland.com>
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent 0483eeac
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -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);
		}
		}
	}
	}