diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-07-11 12:02:48 +0200 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2016-07-19 19:59:17 +0200 |
commit | 171f6402e4aa5cd3b8407f82501f7ea21fa54ccc (patch) | |
tree | 83900bcab4c962d35641269440087ec259241d76 /drivers/net/wireless/ath/ath9k/hw.h | |
parent | ath9k_hw: get rid of some duplicate code in calibration init (diff) | |
download | linux-171f6402e4aa5cd3b8407f82501f7ea21fa54ccc.tar.xz linux-171f6402e4aa5cd3b8407f82501f7ea21fa54ccc.zip |
ath9k_hw: implement temperature compensation support for AR9003+
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/hw.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/hw.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw.h b/drivers/net/wireless/ath/ath9k/hw.h index 9cbca1229bac..2a5d3ad1169c 100644 --- a/drivers/net/wireless/ath/ath9k/hw.h +++ b/drivers/net/wireless/ath/ath9k/hw.h @@ -830,6 +830,7 @@ struct ath_hw { /* Calibration */ u32 supp_cals; struct ath9k_cal_list iq_caldata; + struct ath9k_cal_list temp_caldata; struct ath9k_cal_list adcgain_caldata; struct ath9k_cal_list adcdc_caldata; struct ath9k_cal_list *cal_list; |