[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <49D109B4.7020808@am.sony.com>
Date: Mon, 30 Mar 2009 11:04:36 -0700
From: Geoff Levand <geoffrey.levand@...sony.com>
To: <linville@...driver.com>, <jgarzik@...ox.com>
CC: <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>
---
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