* [PATCH] libertas: Fix WEP association failure with open source wpa_supplicant 0.5.10
@ 2009-08-01 3:02 Bing Zhao
2009-08-04 14:54 ` Dan Williams
0 siblings, 1 reply; 2+ messages in thread
From: Bing Zhao @ 2009-08-01 3:02 UTC (permalink / raw)
To: libertas-dev; +Cc: linux-wireless, Bing Zhao, Maithili Hinge
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>
---
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:
--
1.5.3.4
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] libertas: Fix WEP association failure with open source wpa_supplicant 0.5.10
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
0 siblings, 0 replies; 2+ messages in thread
From: Dan Williams @ 2009-08-04 14:54 UTC (permalink / raw)
To: Bing Zhao; +Cc: libertas-dev, linux-wireless, Maithili Hinge
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:
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-08-04 15:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox