diff options
Diffstat (limited to 'target/linux/brcm47xx/patches-3.6/210-b44_phy_fix.patch')
-rw-r--r-- | target/linux/brcm47xx/patches-3.6/210-b44_phy_fix.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/patches-3.6/210-b44_phy_fix.patch b/target/linux/brcm47xx/patches-3.6/210-b44_phy_fix.patch index a7929bb..4fb9319 100644 --- a/target/linux/brcm47xx/patches-3.6/210-b44_phy_fix.patch +++ b/target/linux/brcm47xx/patches-3.6/210-b44_phy_fix.patch @@ -15,7 +15,7 @@ + bp->phy_addr = B44_PHY_ADDR_NO_PHY; + } else { + /* WL-HDD */ -+ if (nvram_getenv("hardware_version", buf, sizeof(buf)) >= 0 && ++ if (bcm47xx_nvram_getenv("hardware_version", buf, sizeof(buf)) >= 0 && + !strncmp(buf, "WL300-", strlen("WL300-"))) { + if (sdev->bus->sprom.et0phyaddr == 0 && + sdev->bus->sprom.et1phyaddr == 1) |