From: Dan Williams <dcbw@redhat.com>
To: Bing Zhao <bzhao@marvell.com>
Cc: libertas-dev@lists.infradead.org, linux-wireless@vger.kernel.org,
Maithili Hinge <maithili@marvell.com>
Subject: Re: [PATCH] libertas: Fix WEP association failure with open source wpa_supplicant 0.5.10
Date: Tue, 04 Aug 2009 10:54:11 -0400 [thread overview]
Message-ID: <1249397651.21155.0.camel@localhost.localdomain> (raw)
In-Reply-To: <1249095739-7908-1-git-send-email-bzhao@marvell.com>
On Fri, 2009-07-31 at 20:02 -0700, Bing Zhao wrote:
> From: Maithili Hinge <maithili@marvell.com>
>
> From: Maithili Hinge <maithili@marvell.com>
>
> Add code to handle IW_AUTH_PRIVACY_INVOKED and IW_AUTH_RX_UNENCRYPTED_EAPOL
> cases in lbs_set_auth() function in libertas code.
>
> Signed-off-by: Maithili Hinge <maithili@marvell.com>
> Signed-off-by: Bing Zhao <bzhao@marvell.com>
Acked-by: Dan Williams <dcbw@redhat.com>
> ---
> drivers/net/wireless/libertas/wext.c | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/net/wireless/libertas/wext.c b/drivers/net/wireless/libertas/wext.c
> index e96451c..be837a0 100644
> --- a/drivers/net/wireless/libertas/wext.c
> +++ b/drivers/net/wireless/libertas/wext.c
> @@ -1728,6 +1728,8 @@ static int lbs_set_auth(struct net_device *dev,
> }
>
> switch (dwrq->flags & IW_AUTH_INDEX) {
> + case IW_AUTH_PRIVACY_INVOKED:
> + case IW_AUTH_RX_UNENCRYPTED_EAPOL:
> case IW_AUTH_TKIP_COUNTERMEASURES:
> case IW_AUTH_CIPHER_PAIRWISE:
> case IW_AUTH_CIPHER_GROUP:
prev parent reply other threads:[~2009-08-04 15:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-01 3:02 [PATCH] libertas: Fix WEP association failure with open source wpa_supplicant 0.5.10 Bing Zhao
2009-08-04 14:54 ` Dan Williams [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=1249397651.21155.0.camel@localhost.localdomain \
--to=dcbw@redhat.com \
--cc=bzhao@marvell.com \
--cc=libertas-dev@lists.infradead.org \
--cc=linux-wireless@vger.kernel.org \
--cc=maithili@marvell.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox