From: Kalle Valo <kvalo@qca.qualcomm.com>
To: Jouni Malinen <jouni@qca.qualcomm.com>
Cc: <linux-wireless@vger.kernel.org>
Subject: Re: [PATCH] ath6kl: Report PMKSA candidate events through cfg80211
Date: Thu, 22 Sep 2011 10:45:16 +0300 [thread overview]
Message-ID: <4E7AE78C.2080509@qca.qualcomm.com> (raw)
In-Reply-To: <20110921135729.GA26105@jouni.qca.qualcomm.com>
On 09/21/2011 04:57 PM, Jouni Malinen wrote:
> This allows RSN pre-authentication to be used when roaming decisions are
> done in the target.
Thanks, applied.
A cosmetic comment:
> + ath6kl_dbg(ATH6KL_DBG_WMI, "truncated neighbor event "
> + "(num=%d len=%d)\n", ev->num_neighbors, len);
It's preferred that the format string is all in one line like this
(sorry for thunderbird's formatting):
ath6kl_dbg(ATH6KL_DBG_WMI,
"truncated neighbor event (num=%d len=%d)\n",
ev->num_neighbors, len);
Latest checkpatch will allow lines over 80 chars when it's like this.
Kalle
next prev parent reply other threads:[~2011-09-22 7:45 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-21 13:57 [PATCH] ath6kl: Report PMKSA candidate events through cfg80211 Jouni Malinen
2011-09-22 7:45 ` Kalle Valo [this message]
2011-09-22 8:05 ` Kalle Valo
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=4E7AE78C.2080509@qca.qualcomm.com \
--to=kvalo@qca.qualcomm.com \
--cc=jouni@qca.qualcomm.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.