brcm47xx: update sprom patches like they are in the mainline kernel
[openwrt.git] / target / linux / brcm47xx / patches-3.2 / 193-ssb-add-alpha2.patch
1 --- a/include/linux/ssb/ssb.h
2 +++ b/include/linux/ssb/ssb.h
3 @@ -33,6 +33,7 @@ struct ssb_sprom {
4 u8 et1mdcport; /* MDIO for enet1 */
5 u16 board_rev; /* Board revision number from SPROM. */
6 u8 country_code; /* Country Code */
7 + char alpha2[2]; /* Country Code as two chars like EU or US */
8 u8 leddc_on_time; /* LED Powersave Duty Cycle On Count */
9 u8 leddc_off_time; /* LED Powersave Duty Cycle Off Count */
10 u8 ant_available_a; /* 2GHz antenna available bits (up to 4) */
This page took 0.066042 seconds and 5 git commands to generate.