aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ssb/ssb.h
diff options
context:
space:
mode:
authorRafał Miłecki <zajec5@gmail.com>2011-12-08 18:02:21 +0100
committerJohn W. Linville <linville@tuxdriver.com>2011-12-13 15:30:49 -0500
commit8a5ac6ecd56756ee72588627aa23ab6cf9b790db (patch)
treede3fea105315782161688cd7a9c22634422e1fd6 /include/linux/ssb/ssb.h
parentmac80211: Make use of ieee80211_is_* functions in tx status path (diff)
downloadlinux-dev-8a5ac6ecd56756ee72588627aa23ab6cf9b790db.tar.xz
linux-dev-8a5ac6ecd56756ee72588627aa23ab6cf9b790db.zip
ssb: extract FEM info from SPROM
Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/linux/ssb/ssb.h')
-rw-r--r--include/linux/ssb/ssb.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/linux/ssb/ssb.h b/include/linux/ssb/ssb.h
index 061e560251b4..dcf35b0f303a 100644
--- a/include/linux/ssb/ssb.h
+++ b/include/linux/ssb/ssb.h
@@ -94,6 +94,15 @@ struct ssb_sprom {
} ghz5; /* 5GHz band */
} antenna_gain;
+ struct {
+ struct {
+ u8 tssipos, extpa_gain, pdet_range, tr_iso, antswlut;
+ } ghz2;
+ struct {
+ u8 tssipos, extpa_gain, pdet_range, tr_iso, antswlut;
+ } ghz5;
+ } fem;
+
/* TODO - add any parameters needed from rev 2, 3, 4, 5 or 8 SPROMs */
};