linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] b43legacy: report core number
@ 2011-07-26 15:36 Pavel Roskin
  2011-07-26 15:36 ` [PATCH 2/2] b43legacy: remove asm/atomic.h includes as suggested by checkpatch.pl Pavel Roskin
  2011-07-26 15:57 ` [PATCH 1/2] b43legacy: report core number Larry Finger
  0 siblings, 2 replies; 7+ messages in thread
From: Pavel Roskin @ 2011-07-26 15:36 UTC (permalink / raw)
  To: linux-wireless, b43-dev, John W. Linville

Signed-off-by: Pavel Roskin <proski@gnu.org>
---
 0 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/drivers/net/wireless/b43legacy/main.c b/drivers/net/wireless/b43legacy/main.c
index ffa4671..224991a 100644
--- a/drivers/net/wireless/b43legacy/main.c
+++ b/drivers/net/wireless/b43legacy/main.c
@@ -3785,7 +3785,8 @@ static int b43legacy_wireless_init(struct ssb_device *dev)
 	INIT_WORK(&wl->beacon_update_trigger, b43legacy_beacon_update_trigger_work);
 
 	ssb_set_devtypedata(dev, wl);
-	b43legacyinfo(wl, "Broadcom %04X WLAN found\n", dev->bus->chip_id);
+	b43legacyinfo(wl, "Broadcom %04X WLAN found (core revision %u)\n",
+		      dev->bus->chip_id, dev->id.revision);
 	err = 0;
 out:
 	return err;

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

end of thread, other threads:[~2011-08-03 18:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-26 15:36 [PATCH 1/2] b43legacy: report core number Pavel Roskin
2011-07-26 15:36 ` [PATCH 2/2] b43legacy: remove asm/atomic.h includes as suggested by checkpatch.pl Pavel Roskin
2011-07-26 15:55   ` Larry Finger
2011-07-26 15:57 ` [PATCH 1/2] b43legacy: report core number Larry Finger
2011-07-26 16:08   ` Pavel Roskin
2011-08-03 15:55     ` Kalle Valo
2011-08-03 18:26       ` Pavel Roskin

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).