| To: | linville@tuxdriver.com |
|---|---|
| Subject: | [PATCH v2 04/11] ssb: add alpha2 |
| From: | Hauke Mehrtens <hauke@hauke-m.de> |
| Date: | Tue, 28 Feb 2012 00:56:07 +0100 |
| Cc: | zajec5@gmail.com, b43-dev@lists.infradead.org, linux-mips@linux-mips.org, linux-wireless@vger.kernel.org, arend@broadcom.com, m@bues.ch, ralf@linux-mips.org, Hauke Mehrtens <hauke@hauke-m.de> |
| In-reply-to: | <1330386974-4056-1-git-send-email-hauke@hauke-m.de> |
| References: | <1330386974-4056-1-git-send-email-hauke@hauke-m.de> |
| Sender: | linux-mips-bounce@linux-mips.org |
This member contains the country code encoded with two chars
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
---
include/linux/ssb/ssb.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/linux/ssb/ssb.h b/include/linux/ssb/ssb.h
index 4928419..d658de4 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) */
--
1.7.5.4
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH v2 03/11] ssb: fix per path sprom vars, Hauke Mehrtens |
|---|---|
| Next by Date: | [PATCH v2 05/11] ssb: add some missing sprom attributes, Hauke Mehrtens |
| Previous by Thread: | [PATCH v2 03/11] ssb: fix per path sprom vars, Hauke Mehrtens |
| Next by Thread: | [PATCH v2 05/11] ssb: add some missing sprom attributes, Hauke Mehrtens |
| Indexes: | [Date] [Thread] [Top] [All Lists] |