[PATCH] b43: jiffies_round - jiffies_round_relative conversion - b43/b43legacy

2007-10-16 Thread Michael Buesch
When rounding a relative timeout we need to use round_jiffies_relative(). Signed-off-by: Anton Blanchard [EMAIL PROTECTED] Signed-off-by: Michael Buesch [EMAIL PROTECTED] --- diff --git a/drivers/net/wireless/b43/main.c b/drivers/net/wireless/b43/main.c index c141a26..41049a4 100644 ---

Fwd: [-mm Patch] drivers/net/wireless/b43legacy/main.c: initialize the correct return value

2007-10-16 Thread Michael Buesch
From: Adrian Bunk [EMAIL PROTECTED] Initialize err in drivers/net/wireless/b43legacy/main.c::b43legacy_start() in case of returning an uninitialized value. Signed-off-by: WANG Cong [EMAIL PROTECTED] Signed-off-by: Michael Buesch [EMAIL PROTECTED] --- drivers/net/wireless/b43/main.c |2 +-

Re: b43 with upstream-davem stacktrace

2007-10-16 Thread Michael Buesch
On Monday 15 October 2007 11:05:26 Richard Purdie wrote: On Sun, 2007-10-14 at 11:42 +0200, Johannes Berg wrote: 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

[patch] ssb: fix build failure

2007-10-16 Thread Michael Buesch
From: Ingo Molnar [EMAIL PROTECTED] fix build failure if PCMCIA=m but SSB=y: drivers/built-in.o: In function `ssb_pcmcia_switch_coreidx': : undefined reference to `pcmcia_access_configuration_register' (fix symmetric bug for PCI too.) Signed-off-by: Ingo Molnar [EMAIL PROTECTED] Signed-off-by:

Re: [PATCH] b43: jiffies_round - jiffies_round_relative conversion - b43/b43legacy

2007-10-16 Thread Larry Finger
Michael Buesch wrote: When rounding a relative timeout we need to use round_jiffies_relative(). Signed-off-by: Anton Blanchard [EMAIL PROTECTED] Signed-off-by: Michael Buesch [EMAIL PROTECTED] Acked-by: Larry Finger [EMAIL PROTECTED] --- diff --git a/drivers/net/wireless/b43/main.c

[patch #2] ssb: fix build failure

2007-10-16 Thread Michael Buesch
From: Ingo Molnar [EMAIL PROTECTED] fix build failure if PCMCIA=m but SSB=y: drivers/built-in.o: In function `ssb_pcmcia_switch_coreidx': : undefined reference to `pcmcia_access_configuration_register' (fix symmetric bug for PCI too.) Signed-off-by: Ingo Molnar [EMAIL PROTECTED] Signed-off-by:

Re: b43 with upstream-davem stacktrace

2007-10-16 Thread Christian Hoffmann
On Monday 15 October 2007 11:05:26 am Richard Purdie wrote: It appears to be having a problem in the strcmp in led_trigger_set_default() which is odd. Code above that checks if one of the options is NULL so all I can think it either the default_trigger string being passed in is invalid or

Re: Fwd: [-mm Patch] drivers/net/wireless/b43legacy/main.c: initialize the correct return value

2007-10-16 Thread Larry Finger
Michael Buesch wrote: From: Adrian Bunk [EMAIL PROTECTED] Initialize err in drivers/net/wireless/b43legacy/main.c::b43legacy_start() in case of returning an uninitialized value. Signed-off-by: WANG Cong [EMAIL PROTECTED] Signed-off-by: Michael Buesch [EMAIL PROTECTED] Signed-off-by: Larry

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

2007-10-16 Thread John W. Linville
On Sat, Oct 13, 2007 at 11:46:47PM -0500, 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