diff options
| author | hauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-03-27 17:07:28 +0000 |
|---|---|---|
| committer | hauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-03-27 17:07:28 +0000 |
| commit | 550b5a8a069a9c83c2b6f8b8733548116bc20cd3 (patch) | |
| tree | e73f2ed0fef750255755dd6e2466d5dc95a72d5b /target/linux/brcm47xx/patches-3.2/193-ssb-add-alpha2.patch | |
| parent | 82d90cbeb1d2373f69e162396db380a12f096d1b (diff) | |
brcm47xx: update sprom patches like they are in the mainline kernel
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31093 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx/patches-3.2/193-ssb-add-alpha2.patch')
| -rw-r--r-- | target/linux/brcm47xx/patches-3.2/193-ssb-add-alpha2.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/brcm47xx/patches-3.2/193-ssb-add-alpha2.patch b/target/linux/brcm47xx/patches-3.2/193-ssb-add-alpha2.patch new file mode 100644 index 000000000..ab01516d3 --- /dev/null +++ b/target/linux/brcm47xx/patches-3.2/193-ssb-add-alpha2.patch @@ -0,0 +1,10 @@ +--- a/include/linux/ssb/ssb.h ++++ b/include/linux/ssb/ssb.h +@@ -33,6 +33,7 @@ struct ssb_sprom { + u8 et1mdcport; /* MDIO for enet1 */ + u16 board_rev; /* Board revision number from SPROM. */ + u8 country_code; /* Country Code */ ++ char alpha2[2]; /* Country Code as two chars like EU or US */ + u8 leddc_on_time; /* LED Powersave Duty Cycle On Count */ + u8 leddc_off_time; /* LED Powersave Duty Cycle Off Count */ + u8 ant_available_a; /* 2GHz antenna available bits (up to 4) */ |
