aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/hw.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2016-10-11 19:46:49 +0200
committerKalle Valo <kvalo@qca.qualcomm.com>2016-10-13 14:11:30 +0300
commit304e5ac118cc351eb047b6c433a89e13ea7259cf (patch)
tree7eefb805b8db1c222e57f22c287b9446954bf2eb /drivers/net/wireless/ath/ath9k/hw.h
parentath10k: cache calibration data when the core is stopped (diff)
downloadlinux-dev-304e5ac118cc351eb047b6c433a89e13ea7259cf.tar.xz
linux-dev-304e5ac118cc351eb047b6c433a89e13ea7259cf.zip
Revert "ath9k_hw: implement temperature compensation support for AR9003+"
This reverts commit 171f6402e4aa ("ath9k_hw: implement temperature compensation support for AR9003+"). Some users report that this commit causes a regression in performance under some conditions. Fixes: 171f6402e4aa ("ath9k_hw: implement temperature compensation support for AR9003+") Cc: <stable@vger.kernel.org> # 4.8 Signed-off-by: Felix Fietkau <nbd@nbd.name> [kvalo@qca.qualcomm.com: improve commit log] 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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw.h b/drivers/net/wireless/ath/ath9k/hw.h
index 2a5d3ad1169c..9cbca1229bac 100644
--- a/drivers/net/wireless/ath/ath9k/hw.h
+++ b/drivers/net/wireless/ath/ath9k/hw.h
@@ -830,7 +830,6 @@ 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;