Re: Tons of interrupts on driver load

2008-04-27 Thread Richard Jonsson
Larry Finger skrev: Richard Jonsson wrote: Larry Finger skrev: Richard Jonsson wrote: Larry Finger skrev: If Linus's latest git still has the problem, please do a bisection. I I've now completed the bisection, result below. I'm not really sure this is the bad commit, as v2.6.25 is fine,

Re: Tons of interrupts on driver load

2008-04-27 Thread Richard Jonsson
I have no idea as to why the interface is switching from 5 to 2.4 GHz, and back endlessly. Perhaps Michael knows. It is also possible that the bug is in the new mac80211 band API, which isn't used by b43 when the bad commit is backed out. The patch contained in

Re: Tons of interrupts on driver load

2008-04-27 Thread Larry Finger
Richard Jonsson wrote: With the reverted commit b43: Fix bandswitch back in, and the above patch applied the bad behavior is back. This is on mainline. regards, Richard My interface was definitely a BCM4311 with only B/G mode. I don't have it anymore as it came in a laptop that was

Re: Tons of interrupts on driver load

2008-04-27 Thread Michael Buesch
On Sunday 27 April 2008 17:36:22 Larry Finger wrote: Richard Jonsson wrote: With the reverted commit b43: Fix bandswitch back in, and the above patch applied the bad behavior is back. This is on mainline. regards, Richard My interface was definitely a BCM4311 with only B/G mode. I

Re: Tons of interrupts on driver load

2008-04-27 Thread Michael Buesch
Please test whether this fixes the regression. Index: wireless-testing/drivers/net/wireless/b43/main.c === --- wireless-testing.orig/drivers/net/wireless/b43/main.c 2008-04-27 17:47:49.0 +0200 +++

Re: Tons of interrupts on driver load

2008-04-27 Thread Michael Buesch
On Sunday 27 April 2008 17:36:22 Larry Finger wrote: Richard Jonsson wrote: With the reverted commit b43: Fix bandswitch back in, and the above patch applied the bad behavior is back. This is on mainline. regards, Richard My interface was definitely a BCM4311 with only B/G mode. I

Re: Tons of interrupts on driver load

2008-04-27 Thread Richard Jonsson
Michael Buesch skrev: Please test whether this fixes the regression. Index: wireless-testing/drivers/net/wireless/b43/main.c === --- wireless-testing.orig/drivers/net/wireless/b43/main.c 2008-04-27 17:47:49.0 +0200

Re: Tons of interrupts on driver load

2008-04-27 Thread Larry Finger
Michael Buesch wrote: On Sunday 27 April 2008 17:36:22 Larry Finger wrote: Richard Jonsson wrote: With the reverted commit b43: Fix bandswitch back in, and the above patch applied the bad behavior is back. This is on mainline. regards, Richard My interface was definitely a BCM4311 with

Re: Tons of interrupts on driver load

2008-04-27 Thread Michael Buesch
On Sunday 27 April 2008 18:57:20 Larry Finger wrote: Michael Buesch wrote: On Sunday 27 April 2008 17:36:22 Larry Finger wrote: Richard Jonsson wrote: With the reverted commit b43: Fix bandswitch back in, and the above patch applied the bad behavior is back. This is on mainline.

[PATCH] b43: Fix dual-PHY devices

2008-04-27 Thread Michael Buesch
This fixes operation of dual-PHY (A/B/G) devices. Do not anounce the A-PHY to mac80211, as that's not supported, yet. Signed-off-by: Michael Buesch [EMAIL PROTECTED] --- John, this is 2.6.26 material. Index: wireless-testing/drivers/net/wireless/b43/main.c