Re: b43 Injection? Yes!

2008-01-09 Thread Stefano Brivio
On Tue, 8 Jan 2008 19:46:41 -0500 David Ellingsworth [EMAIL PROTECTED] wrote: I wish I could say the same for the b43legacy driver.. here are my results from the same version of aireplay: # ./aireplay-ng -9 wlan0 19:27:51 Trying broadcast probe requests... 19:27:53 No Answer...

RE: b43 Injection? Yes!

2008-01-09 Thread David Ellingsworth
On Tue, 8 Jan 2008 19:46:41 -0500 David Ellingsworth wrote: I wish I could say the same for the b43legacy driver.. here are my results from the same version of aireplay: # ./aireplay-ng -9 wlan0 19:27:51 Trying broadcast probe requests... 19:27:53 No Answer... 19:27:53 Found 2 APs

[PATCH] b43: Add N-PHY register definitions

2008-01-09 Thread Michael Buesch
This patch adds all register definitions for the N-PHY. This adds two new files: nphy.h and nphy.c No functional changes to existing code. Signed-off-by: Michael Buesch [EMAIL PROTECTED] --- Stuff for 2.6.25 Index: wireless-2.6/drivers/net/wireless/b43/nphy.h

[PATCH RFT] b43legacy: Remove the PHY spinlock

2008-01-09 Thread Michael Buesch
This fixes a sparse warning about weird locking. The spinlock is not needed, so simply remove it. This also adds some sanity checks to the PHY and radio locking to protect against recursive locking. Signed-off-by: Michael Buesch [EMAIL PROTECTED] --- This patch is only compiletime tested.

Re: [PATCH RFT] b43legacy: Remove the PHY spinlock

2008-01-09 Thread Larry Finger
Michael Buesch wrote: This fixes a sparse warning about weird locking. The spinlock is not needed, so simply remove it. This also adds some sanity checks to the PHY and radio locking to protect against recursive locking. Signed-off-by: Michael Buesch [EMAIL PROTECTED] --- This patch