mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-08 09:15:00 +02:00
550b5a8a06
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31093 3c298f89-4303-0410-b956-a3cf2f4a3e73
11 lines
485 B
Diff
11 lines
485 B
Diff
--- 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) */
|