[Cbe-oss-dev] Diagnosing NetworkManager/ps3_gelic connection issues in Ubuntu Jaunty
Dan Munckton
lists at munckfish.net
Tue Mar 24 20:25:23 EST 2009
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
More information about the cbe-oss-dev
mailing list