diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2011-12-08 21:02:21 +0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-12-14 00:30:49 +0400 |
commit | 8a5ac6ecd56756ee72588627aa23ab6cf9b790db (patch) | |
tree | de3fea105315782161688cd7a9c22634422e1fd6 /include/linux/ssb/ssb.h | |
parent | adf5ace5d8161b962afe90e77922728a425b6933 (diff) | |
download | linux-8a5ac6ecd56756ee72588627aa23ab6cf9b790db.tar.xz |
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.h | 9 |
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 */ }; |