kernel: ssb/bcma: update to version from wireless-testing tag master-2012-05-16-2
[openwrt.git] / target / linux / brcm47xx / patches-3.3 / 250-ssb-remove-rev-from-boardinfo.patch
1 --- a/arch/mips/bcm47xx/setup.c
2 +++ b/arch/mips/bcm47xx/setup.c
3 @@ -163,8 +163,6 @@ static int bcm47xx_get_invariants(struct
4                 iv->boardinfo.vendor = SSB_BOARDVENDOR_BCM;
5         if (nvram_getenv("boardtype", buf, sizeof(buf)) >= 0)
6                 iv->boardinfo.type = (u16)simple_strtoul(buf, NULL, 0);
7 -       if (nvram_getenv("boardrev", buf, sizeof(buf)) >= 0)
8 -               iv->boardinfo.rev = (u16)simple_strtoul(buf, NULL, 0);
9  
10         memset(&iv->sprom, 0, sizeof(struct ssb_sprom));
11         bcm47xx_fill_sprom(&iv->sprom, NULL);