diff mbox

Diagnosing NetworkManager/ps3_gelic connection issues in Ubuntu Jaunty

Message ID 200903190425.n2J4P1P4014500@imail.sm.sony.co.jp
State Not Applicable
Delegated to: Jeremy Kerr
Headers show

Commit Message

Masakazu Mokuno March 19, 2009, 4:25 a.m. UTC
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(+)

Comments

Dan Munckton March 24, 2009, 9:25 a.m. UTC | #1
Hi

On Thu, 2009-03-19 at 13:25 +0900, Masakazu Mokuno wrote:
> 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 */
> 

Sorry about the delay in replying. I'll test it and report back asap.

Cheers

Dan
diff mbox

Patch

--- 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 */