On 03/29/10 21:20, Larry Finger wrote:
Ren�,
When you have a wireless problem, please post it to
linux-wireless@xxxxxxxxxxxxxxxx The Linux Kernel Mailing List may or may not be
appropriate.
To help in diagnosing your problem, please apply this patch and post the output
line that it produces. On my system, it shows
ssb: chip_id 0x4312, status 0x10
and on my: ssb: chip_id 0x4312, status 0x12
Please also post the output of 'lspci -nnv | grep 14e4'.
Yep:
01:00.0 Network controller [0280]: Broadcom Corporation BCM4312
802.11b/g [14e4:4315] (rev 01)
Index: wireless-testing/drivers/ssb/sprom.c
===================================================================
--- wireless-testing.orig/drivers/ssb/sprom.c
+++ wireless-testing/drivers/ssb/sprom.c
@@ -182,6 +182,8 @@ bool ssb_is_sprom_available(struct ssb_b
if (bus->chipco.dev->id.revision< 11)
return true;
+ printk(KERN_INFO "ssb: chip_id 0x%x, status 0x%x\n", bus->chip_id,
+ bus->chipco.status);
switch (bus->chip_id) {
case 0x4312:
return SSB_CHIPCO_CHST_4312_SPROM_PRESENT(bus->chipco.status);
Larry
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html