[PATCH] b43: LP-PHY: Fix a spec error in the B2062 channel switch routine

2009-08-16 Thread Gábor Stefanik
The channel switch routine had a whole instruction missing. Add it. Signed-off-by: Gábor Stefanik netrolller...@gmail.com --- drivers/net/wireless/b43/phy_lp.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/drivers/net/wireless/b43/phy_lp.c

[RFT] Threaded IRQ handlers for b43

2009-08-16 Thread Michael Buesch
This request-for-test patch converts the b43 driver to use threaded interrupt handlers. This is needed to support b43 on SDIO. But it also simplifies the locking by removal of the wl-irq_lock spinlock. http://bu3sch.de/patches/wireless-testing/20090816-1535/patches/002-b43-threaded-irq

Re: [PATCH] b43: LP-PHY: Update code for spec fixes, and fix a few typos

2009-08-16 Thread Michael Buesch
On Sunday 16 August 2009 15:26:37 Gábor Stefanik wrote: A few typos have been discovered both in the specs in and our code. This patch fixes them. Also use lpphy_op_switch_channel consistently, and make all callers print its return value for easier debugging. Signed-off-by: Gábor Stefanik

Re: [PATCH] b43: LP-PHY: Fix a spec error in the B2062 channel switch routine

2009-08-16 Thread Michael Buesch
On Sunday 16 August 2009 15:32:40 Gábor Stefanik wrote: The channel switch routine had a whole instruction missing. Add it. Signed-off-by: Gábor Stefanik netrolller...@gmail.com ack --- drivers/net/wireless/b43/phy_lp.c |4 1 files changed, 4 insertions(+), 0 deletions(-)

Re: [PATCH] b43: LP-PHY: Update code for spec fixes, and fix a few typos

2009-08-16 Thread Larry Finger
Gábor Stefanik wrote: A few typos have been discovered both in the specs in and our code. This patch fixes them. Also use lpphy_op_switch_channel consistently, and make all callers print its return value for easier debugging. Signed-off-by: Gábor Stefanik netrolller...@gmail.com --- I

[PATCH v2] b43: LP-PHY: Update code for spec fixes, and fix a few typos

2009-08-16 Thread Gábor Stefanik
A few typos have been discovered in both the specs and the code. This patch fixes them. Also use lpphy_op_switch_channel consistently, and make all users of it print its return value for easier debugging. Signed-off-by: Gábor Stefanik netrolller...@gmail.com --- V2: Fix one more typo (this time

[PATCH] b43: LP-PHY: Remove BROKEN from B43_PHY_LP

2009-08-16 Thread Gábor Stefanik
Larry has reported success getting scan data with an LP-PHY device, so it's probably time to release LP-PHY support for testing. Also add a temporary BROKEN Kconfig symbol to disable 5GHz support, as 5GHz currently causes the driver to panic (NULL pointer deref). Signed-off-by: Gábor Stefanik

Re: [PATCH] b43: LP-PHY: Remove BROKEN from B43_PHY_LP

2009-08-16 Thread Michael Buesch
On Sunday 16 August 2009 18:42:51 Gábor Stefanik wrote: Larry has reported success getting scan data with an LP-PHY device, so it's probably time to release LP-PHY support for testing. Also add a temporary BROKEN Kconfig symbol to disable 5GHz support, as 5GHz currently causes the driver to

[PATCH] b43: LP-PHY: Update B2062 radio init with recent spec changes

2009-08-16 Thread Gábor Stefanik
The spec for initializing the B2062 radio have changed recently, update the code to match the changes. Signed-off-by: Gábor Stefanik netrolller...@gmail.com --- drivers/net/wireless/b43/phy_lp.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git

Re: [PATCH] b43: LP-PHY: Update B2062 radio init with recent spec changes

2009-08-16 Thread Michael Buesch
On Sunday 16 August 2009 20:08:13 Gábor Stefanik wrote: The spec for initializing the B2062 radio have changed recently, update the code to match the changes. Signed-off-by: Gábor Stefanik netrolller...@gmail.com ack --- drivers/net/wireless/b43/phy_lp.c |5 + 1 files changed, 5

[PATCH v2] b43: LP-PHY: Remove BROKEN from B43_PHY_LP

2009-08-16 Thread Gábor Stefanik
Larry has reported success getting scan data with an LP-PHY device, so it's probably time to release LP-PHY support for testing. Also disable 802.11a support for now, as 802.11a currently causes the driver to panic on startup (NULL pointer dereference). Signed-off-by: Gábor Stefanik

Re: [PATCH v2] b43: LP-PHY: Remove BROKEN from B43_PHY_LP

2009-08-16 Thread Michael Buesch
On Sunday 16 August 2009 20:22:41 Gábor Stefanik wrote: Larry has reported success getting scan data with an LP-PHY device, so it's probably time to release LP-PHY support for testing. Also disable 802.11a support for now, as 802.11a currently causes the driver to panic on startup (NULL