aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ssb
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2012-02-28 00:56:07 +0100
committerJohn W. Linville <linville@tuxdriver.com>2012-03-05 15:20:49 -0500
commit03a5642b6a578d8de355b77efff49bbc45b8be6d (patch)
tree21d4b1f2efae6e770775d986b045996bbec2337c /include/linux/ssb
parentssb: fix per path sprom vars (diff)
downloadlinux-dev-03a5642b6a578d8de355b77efff49bbc45b8be6d.tar.xz
linux-dev-03a5642b6a578d8de355b77efff49bbc45b8be6d.zip
ssb: add alpha2
This member contains the country code encoded with two chars Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/linux/ssb')
-rw-r--r--include/linux/ssb/ssb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ssb/ssb.h b/include/linux/ssb/ssb.h
index 49284192521b..d658de45ffb9 100644
--- 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) */