Re: [PATCH] softmac: Fix handling of authentication failure

2006-06-02 Thread Larry Finger
John W. Linville wrote: On Fri, Jun 02, 2006 at 11:09:56AM +0100, Daniel Drake wrote: Larry Finger wrote: This statement fails to compile on my system using Linus' tree, because ieee80211softmac_disassoc needs a second argument - the reason. It seems as if WLAN_REASON_PREV_AUTH_NOT_VAL

Re: [PATCH] softmac: Fix handling of authentication failure

2006-06-02 Thread John W. Linville
On Fri, Jun 02, 2006 at 11:09:56AM +0100, Daniel Drake wrote: > Larry Finger wrote: > >This statement fails to compile on my system using Linus' tree, because > >ieee80211softmac_disassoc needs a second argument - the reason. It seems > >as if WLAN_REASON_PREV_AUTH_NOT_VALID would be appropriate.

Re: [PATCH] softmac: Fix handling of authentication failure

2006-06-02 Thread Daniel Drake
Larry Finger wrote: This statement fails to compile on my system using Linus' tree, because ieee80211softmac_disassoc needs a second argument - the reason. It seems as if WLAN_REASON_PREV_AUTH_NOT_VALID would be appropriate. Thanks for pointing that out. This patch depends on a patch titled "

Re: [PATCH] softmac: Fix handling of authentication failure

2006-06-01 Thread Larry Finger
Daniel Drake wrote: My router blew up earlier, but exhibited some interesting behaviour during its dying moments. It was broadcasting beacons but wouldn't respond to any authentication requests. I noticed that softmac wasn't playing nice with this, as I couldn't make it try to connect to other n

[PATCH] softmac: Fix handling of authentication failure

2006-06-01 Thread Daniel Drake
My router blew up earlier, but exhibited some interesting behaviour during its dying moments. It was broadcasting beacons but wouldn't respond to any authentication requests. I noticed that softmac wasn't playing nice with this, as I couldn't make it try to connect to other networks after it had t