-+#ifdef CONFIG_SSB_DRIVER_MIPS
-+static void b44_wrtsl54gs_workaround(struct b44 *bp)
-+{
-+ const char *str;
-+
-+ /*
-+ * workaround for physical wiring in Linksys WRSL54GS
-+ * see https://dev.openwrt.org/ticket/2662 and 3903
-+ * eth1 PHY is probably on BCM5325 switch accessed via eth0
-+ */
-+ str = nvram_get("boardnum");
-+ if (!str)
-+ return;
-+ if (simple_strtoul(str, NULL, 0) == 42) {