[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <49F0EFB9.20709@am.sony.com>
Date:	Thu, 23 Apr 2009 15:46:17 -0700
From:	Geoff Levand <geoffrey.levand@...sony.com>
To:	linville@...driver.com
CC:	jgarzik@...ox.com, netdev@...r.kernel.org,
	linux-wireless@...r.kernel.org,
	Masakazu Mokuno <mokuno@...sony.co.jp>
Subject: [patch] net/ps3: Fix wireless AP connect error handling
From: Masakazu Mokuno <mokuno@...sony.co.jp>
This patch fixes the bug that the driver tries to continue to
connect(associate) to AP even if gelic_wl_do_{wpa,wep}_setup() fails,
Signed-off-by: Masakazu Mokuno <mokuno@...sony.co.jp>
Signed-off-by: Geoff Levand <geoffrey.levand@...sony.com>
---
Hi John,
I didn't see this get merged in to 2.6.30 yet.  Could you let me know the status?
-Geoff
 drivers/net/ps3_gelic_wireless.c |    3 +++
 1 file changed, 3 insertions(+)
--- a/drivers/net/ps3_gelic_wireless.c
+++ b/drivers/net/ps3_gelic_wireless.c
@@ -2101,6 +2101,9 @@ static int gelic_wl_associate_bss(struct
 	if (ret) {
 		pr_debug("%s: WEP/WPA setup failed %d\n", __func__,
 			 ret);
+		ret = -EPERM;
+		gelic_wl_send_iwap_event(wl, NULL);
+		goto out;
 	}
 
 	/* start association */
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists