diff options
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 061e560251b..dcf35b0f303 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 */  };  |