[Cbe-oss-dev] Diagnosing NetworkManager/ps3_gelic connection issues in Ubuntu Jaunty

Masakazu Mokuno mokuno at sm.sony.co.jp
Thu Mar 19 15:25:11 EST 2009


Hi Dan,

Could you please try the following patch and see if the problem persists?

Regards.
---
 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
@@ -2105,6 +2105,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 */

-- 
Masakazu Mokuno




More information about the cbe-oss-dev mailing list