linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] b43legacy: Fix module init message
@ 2008-03-04 19:31 Michael Buesch
  2008-03-05 12:56 ` Stefano Brivio
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Buesch @ 2008-03-04 19:31 UTC (permalink / raw)
  To: John Linville; +Cc: Stefano Brivio, linux-wireless, bcm43xx-dev

This fixes the module init message to tell that the legacy
driver loaded. This makes it less confusing, in case both drivers are loaded.

Signed-off-by: Michael Buesch <mb@bu3sch.de>


Index: wireless-testing/drivers/net/wireless/b43legacy/main.c
===================================================================
--- wireless-testing.orig/drivers/net/wireless/b43legacy/main.c	2008-02-24 14:23:51.000000000 +0100
+++ wireless-testing/drivers/net/wireless/b43legacy/main.c	2008-03-04 20:29:32.000000000 +0100
@@ -3870,7 +3870,7 @@ static void b43legacy_print_driverinfo(v
 #ifdef CONFIG_B43LEGACY_DMA
 	feat_dma = "D";
 #endif
-	printk(KERN_INFO "Broadcom 43xx driver loaded "
+	printk(KERN_INFO "Broadcom 43xx-legacy driver loaded "
 	       "[ Features: %s%s%s%s%s, Firmware-ID: "
 	       B43legacy_SUPPORTED_FIRMWARE_ID " ]\n",
 	       feat_pci, feat_leds, feat_rfkill, feat_pio, feat_dma);

-- 
Greetings Michael.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] b43legacy: Fix module init message
  2008-03-04 19:31 [PATCH] b43legacy: Fix module init message Michael Buesch
@ 2008-03-05 12:56 ` Stefano Brivio
  0 siblings, 0 replies; 2+ messages in thread
From: Stefano Brivio @ 2008-03-05 12:56 UTC (permalink / raw)
  To: Michael Buesch; +Cc: John Linville, linux-wireless, bcm43xx-dev

On Tue, 4 Mar 2008 20:31:13 +0100
Michael Buesch <mb@bu3sch.de> wrote:

> This fixes the module init message to tell that the legacy
> driver loaded. This makes it less confusing, in case both drivers are loaded.
> 
> Signed-off-by: Michael Buesch <mb@bu3sch.de>

Acked-by: Stefano Brivio <stefano.brivio@polimi.it>


--
Ciao
Stefano

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-03-05 12:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-04 19:31 [PATCH] b43legacy: Fix module init message Michael Buesch
2008-03-05 12:56 ` Stefano Brivio

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).