Re: [AirForce One 54g] working

2007-09-18 Thread Johannes Berg
On Mon, 2007-09-17 at 22:25 -0500, Larry Finger wrote: As far as I can tell, this is a NetworkManager problem. I have two APs, one with WPA and one with WEP encryption so that I can test in either mode without affecting my wife's connection. With NetworkManager 0.6.4, I found that if I

Re: [AirForce One 54g] working

2007-09-18 Thread Larry Finger
Johannes Berg wrote: On Mon, 2007-09-17 at 22:25 -0500, Larry Finger wrote: As far as I can tell, this is a NetworkManager problem. I have two APs, one with WPA and one with WEP encryption so that I can test in either mode without affecting my wife's connection. With NetworkManager

[PATCH] b43legacy: Fix sparse warnings (part 2)

2007-09-18 Thread Larry Finger
There are additional sparse warnings in b43legacy. None of them result in program errors, but are fixed for completeness. Signed-off-by: Larry Finger [EMAIL PROTECTED] --- drivers/net/wireless/b43legacy/debugfs.c | 14 +++--- drivers/net/wireless/b43legacy/pio.c |6 +++--- 2

Re: [AirForce One 54g] working

2007-09-18 Thread Erik Mouw
On Sun, Sep 16, 2007 at 10:45:02PM +0100, Gavin McCullagh wrote: [success story] A couple of things worth mentioning. [...] 2. The quoted signal strength is 50% even when I have the AP and card right next to each other. It doesn't bother me, but I wonder if it's correct or not.

[PATCH] softmac: Fix inability to associate with WEP networks, and the inability to change essid

2007-09-18 Thread Larry Finger
Commit 4cf92a3c was submitted as a fix for bug #8686 at bugzilla.kernel.org (http://bugzilla.kernel.org/show_bug.cgi?id=8686). Unfortunately, the fix led to a new bug, reported by Yoshifuji Hideaki, that prevented association for WEP encrypted networks that use ifconfig to control the device. This