All of lore.kernel.org
 help / color / mirror / Atom feed
From: Larry Finger <Larry.Finger@lwfinger.net>
To: Michael Buesch <mb@bu3sch.de>
Cc: Stefano Brivio <st3@riseup.net>,
	netdev@vger.kernel.org,
	Broadcom Linux <bcm43xx-dev@lists.berlios.de>
Subject: [RFC] Patch to add board revision to the WLAN chip_id printout
Date: Fri, 01 Sep 2006 10:28:07 -0500	[thread overview]
Message-ID: <44F85187.3010707@lwfinger.net> (raw)

Michael,

This patch includes the board revision in the chip_id printk for the ssb version of bcm43xx-d80211 
and is meant to be applied to wireless-dev. As we have seen, behavior of the chips can be dependent 
on the rev level, thus a need to have it in the log.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>

Index: wireless-dev/drivers/net/wireless/d80211/bcm43xx/bcm43xx_main.c
===================================================================
--- wireless-dev.orig/drivers/net/wireless/d80211/bcm43xx/bcm43xx_main.c
+++ wireless-dev/drivers/net/wireless/d80211/bcm43xx/bcm43xx_main.c
@@ -3346,7 +3346,8 @@ static int bcm43xx_attach_board(struct b
  	if (err)
  		goto err_chipset_detach;

-	printk(KERN_INFO PFX "Broadcom %04X WLAN found\n", bcm->ssb.chip_id);
+	printk(KERN_INFO PFX "Broadcom %04X WLAN, Revision %d found\n",
+		bcm->ssb.chip_id, bcm->board_revision);

  	/* Attach all IO cores to the backplane. */
  	coremask = 0;

             reply	other threads:[~2006-09-01 15:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-01 15:28 Larry Finger [this message]
2006-09-01 19:00 ` [RFC] Patch to add board revision to the WLAN chip_id printout Michael Buesch

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=44F85187.3010707@lwfinger.net \
    --to=larry.finger@lwfinger.net \
    --cc=bcm43xx-dev@lists.berlios.de \
    --cc=mb@bu3sch.de \
    --cc=netdev@vger.kernel.org \
    --cc=st3@riseup.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.