From: Kalle Valo <kvalo@codeaurora.org>
To: Raz Bouganim <r-bouganim@ti.com>
Cc: <linux-wireless@vger.kernel.org>, <d-levy@ti.com>
Subject: Re: [PATCH v2] wlcore: Adding suppoprt for IGTK key in wlcore driver
Date: Tue, 21 Apr 2020 14:39:20 +0300 [thread overview]
Message-ID: <875zdtoyon.fsf@kamboji.qca.qualcomm.com> (raw)
In-Reply-To: <1587461946-31727-1-git-send-email-r-bouganim@ti.com> (Raz Bouganim's message of "Tue, 21 Apr 2020 12:39:06 +0300")
Raz Bouganim <r-bouganim@ti.com> writes:
> This patch adding support for new cipher suite - AES-CMAC in wlcore driver.
> This patch is required for support PMF/WPA3 connection to install IGTK key.
>
> Signed-off-by: Raz Bouganim <r-bouganim@ti.com>
> ---
> drivers/net/wireless/ti/wlcore/cmd.h | 1 +
> drivers/net/wireless/ti/wlcore/main.c | 4 ++++
> 2 files changed, 5 insertions(+)
>
> diff --git a/drivers/net/wireless/ti/wlcore/cmd.h b/drivers/net/wireless/ti/wlcore/cmd.h
> index f2609d5..1d14bd1 100644
> --- a/drivers/net/wireless/ti/wlcore/cmd.h
> +++ b/drivers/net/wireless/ti/wlcore/cmd.h
> @@ -458,6 +458,7 @@ enum wl1271_cmd_key_type {
> KEY_TKIP = 2,
> KEY_AES = 3,
> KEY_GEM = 4,
> +KEY_IGTK = 5,
> };
The indentation is still all broken up, look at the end result:
enum wl1271_cmd_key_type {
KEY_NONE = 0,
KEY_WEP = 1,
KEY_TKIP = 2,
KEY_AES = 3,
KEY_GEM = 4,
KEY_IGTK = 5,
};
Can someone help Raz with this?
--
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
prev parent reply other threads:[~2020-04-21 11:39 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-21 9:39 [PATCH v2] wlcore: Adding suppoprt for IGTK key in wlcore driver Raz Bouganim
2020-04-21 11:39 ` Kalle Valo [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=875zdtoyon.fsf@kamboji.qca.qualcomm.com \
--to=kvalo@codeaurora.org \
--cc=d-levy@ti.com \
--cc=linux-wireless@vger.kernel.org \
--cc=r-bouganim@ti.com \
/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.