From: Bob Copeland <me@bobcopeland.com>
To: Johannes Berg <johannes@sipsolutions.net>
Cc: linux-wireless@vger.kernel.org, Johannes Berg <johannes.berg@intel.com>
Subject: Re: [PATCH] mac80211: mesh: print MAC address instead of pointer
Date: Sun, 8 Nov 2015 18:53:24 -0500 [thread overview]
Message-ID: <20151108235324.GB30106@localhost> (raw)
In-Reply-To: <1446805846-5210-1-git-send-email-johannes@sipsolutions.net>
On Fri, Nov 06, 2015 at 11:30:46AM +0100, Johannes Berg wrote:
> From: Johannes Berg <johannes.berg@intel.com>
>
> 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: Johannes Berg <johannes.berg@intel.com>
FWIW:
Acked-by: Bob Copeland <me@bobcopeland.com>
> mpath_dbg(sdata,
> - "Not forwarding %p (flags %#x)\n",
> - gate->mpath, gate->mpath->flags);
> + "Not forwarding to %pM (flags %#x)\n",
> + gate->mpath->dst, gate->mpath->flags);
--
Bob Copeland %% http://bobcopeland.com/
prev parent reply other threads:[~2015-11-08 23:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-06 10:30 [PATCH] mac80211: mesh: print MAC address instead of pointer Johannes Berg
2015-11-08 23:53 ` Bob Copeland [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20151108235324.GB30106@localhost \
--to=me@bobcopeland.com \
--cc=johannes.berg@intel.com \
--cc=johannes@sipsolutions.net \
--cc=linux-wireless@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).