Re: [PATCH] ssb: Fix regression in 2.6.23-git3 due to change in calling add_uevent_var

2007-10-14 Thread Michael Buesch
On Sunday 14 October 2007 06:46:47 Larry Finger wrote: > In commit 7eff2e7a8b65c25920207324e56611150eb1cd9a, the calling sequence > for add_uevent_var was changed, but the ssb driver was not modified, which > leads to a "Unable to handle kernel paging request" oops. This patch fixes > the problem.

Re: b43 with upstream-davem stacktrace

2007-10-14 Thread Johannes Berg
On Sat, 2007-10-13 at 17:26 +0200, Michael Buesch wrote: > I also saw this sometimes, but I have absolutely no idea how that happens. > Someone any idea? Nope, but adding more CCs :) I briefly looked at the code and couldn't track it. Got a powerpc oops with disassembly? > > b43-phy0 debug: Load

Re: b43: regression on bcm4318

2007-10-14 Thread Johannes Berg
On Sat, 2007-10-13 at 18:14 +0400, Vitaly Bordug wrote: > Another question: is this driver known to work okay in ad-hoc or master mode? > I gave it a try and there is no > driver-side whine, but it does not seem to work either. I see couple of > packages turnaround, sometimes even > dhcp server

[PATCH] b43legacy: Fix potential return of uninitialized variable

2007-10-14 Thread Larry Finger
Using the Coverity checker, Adrian Bunk found that routine b43legacy_start could return an unitialized variable. This patch fixes the problem. Signed-off-by: Larry Finger <[EMAIL PROTECTED]> --- John, This patch is intended for the everything branch of wireless-2.6. Larry --- drivers/net/wire