projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b64e6f
)
ssb: add alpha2
author
Hauke Mehrtens
<
[email protected]
>
Mon, 27 Feb 2012 23:56:07 +0000
(
00:56
+0100)
committer
John W. Linville
<
[email protected]
>
Mon, 5 Mar 2012 20:20:49 +0000
(15:20 -0500)
This member contains the country code encoded with two chars
Signed-off-by: Hauke Mehrtens <
[email protected]
>
Signed-off-by: John W. Linville <
[email protected]
>
include/linux/ssb/ssb.h
patch
|
blob
|
history
diff --git
a/include/linux/ssb/ssb.h
b/include/linux/ssb/ssb.h
index 49284192521b7820baa93bfe425e23482c6d61f2..d658de45ffb934c10204dbe26d1a846f4e9c45a1 100644
(file)
--- 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) */