From: "Valo, Kalle" <kvalo@qca.qualcomm.com>
To: Mohammed Shafi Shajakhan <mohammed@codeaurora.org>
Cc: "greearb@candelatech.com" <greearb@candelatech.com>,
"linux-wireless@vger.kernel.org" <linux-wireless@vger.kernel.org>,
"ath10k@lists.infradead.org" <ath10k@lists.infradead.org>
Subject: Re: [PATCH 3/3] ath10k: Improve logging message.
Date: Fri, 9 Sep 2016 13:30:21 +0000 [thread overview]
Message-ID: <87oa3xp5ea.fsf@kamboji.qca.qualcomm.com> (raw)
In-Reply-To: <20160819063511.GA16230@atheros-ThinkPad-T61> (Mohammed Shafi Shajakhan's message of "Fri, 19 Aug 2016 12:05:11 +0530")
Mohammed Shafi Shajakhan <mohammed@codeaurora.org> writes:
> Hi Ben,
>
> On Thu, Aug 18, 2016 at 06:26:35PM -0700, greearb@candelatech.com wrote:
>> From: Ben Greear <greearb@candelatech.com>
>>=20
>> Helps to know the sta pointer.
>>=20
>> Signed-off-by: Ben Greear <greearb@candelatech.com>
>> ---
>> drivers/net/wireless/ath/ath10k/mac.c | 4 ++--
>> 1 file changed, 2 insertions(+), 2 deletions(-)
>>=20
>> diff --git a/drivers/net/wireless/ath/ath10k/mac.c b/drivers/net/wireles=
s/ath/ath10k/mac.c
>> index d96c06e..82bc0da 100644
>> --- a/drivers/net/wireless/ath/ath10k/mac.c
>> +++ b/drivers/net/wireless/ath/ath10k/mac.c
>> @@ -6491,8 +6491,8 @@ static int ath10k_sta_state(struct ieee80211_hw *h=
w,
>> * Existing station deletion.
>> */
>> ath10k_dbg(ar, ATH10K_DBG_MAC,
>> - "mac vdev %d peer delete %pM (sta gone)\n",
>> - arvif->vdev_id, sta->addr);
>> + "mac vdev %d peer delete %pM (sta gone) sta: %p\n",
>> + arvif->vdev_id, sta->addr, sta);
>
> good to rebase over Maharaja's change (%p to %pK)=20
> https://patchwork.kernel.org/patch/9263691/
I added that to the patch in the pending branch.
--=20
Kalle Valo=
next prev parent reply other threads:[~2016-09-09 13:30 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-19 1:26 [PATCH 1/3] ath10k: Ensure there are no stale ar->txqs entries greearb
2016-08-19 1:26 ` [PATCH 2/3] ath10k: Grab rcu_read_lock before the txqs spinlock greearb
2016-08-19 3:01 ` Manoharan, Rajkumar
2016-08-19 3:28 ` Ben Greear
2016-09-09 13:36 ` Valo, Kalle
2016-09-09 14:47 ` Ben Greear
2016-09-12 6:41 ` Johannes Berg
2016-09-12 16:37 ` Ben Greear
2016-08-19 1:26 ` [PATCH 3/3] ath10k: Improve logging message greearb
2016-08-19 6:35 ` Mohammed Shafi Shajakhan
2016-09-09 13:30 ` Valo, Kalle [this message]
2016-09-13 12:29 ` [3/3] " Kalle Valo
2016-08-19 6:59 ` [PATCH 1/3] ath10k: Ensure there are no stale ar->txqs entries Michal Kazior
2016-08-19 13:34 ` Ben Greear
2016-12-01 22:52 ` Ben Greear
2016-12-02 0:24 ` Ben Greear
2016-12-05 8:50 ` Michal Kazior
2016-12-05 18:19 ` Ben Greear
2016-09-09 17:25 ` Felix Fietkau
2016-09-09 17:46 ` Ben Greear
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=87oa3xp5ea.fsf@kamboji.qca.qualcomm.com \
--to=kvalo@qca.qualcomm.com \
--cc=ath10k@lists.infradead.org \
--cc=greearb@candelatech.com \
--cc=linux-wireless@vger.kernel.org \
--cc=mohammed@codeaurora.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).