[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <4BB0CE4C.40306@googlemail.com>
Date: Mon, 29 Mar 2010 17:59:08 +0200
From: René Bolldorf <xsecute@...glemail.com>
To: "John W. Linville" <linville@...driver.com>
CC: linux-kernel@...r.kernel.org
Subject: [BUG] No SPROM available!
Hi John,
since commit fcb54b0bf7d3fe730c2b72e224bc616e358f24cb, my b43 (4312)
device doesn't work.
But the device have a sprom. Maybe the chip-status register check is wrong?
+/** Macros to determine SPROM presence based on Chip-Status register. */
+#define SSB_CHIPCO_CHST_4312_SPROM_PRESENT(status) \
+ ((status & SSB_CHIPCO_CHST_4325_SPROM_OTP_SEL) != \
+ SSB_CHIPCO_CHST_4325_OTP_SEL)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists