aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/ar9003_aic.h
diff options
context:
space:
mode:
authorSujith Manoharan <c_manoha@qca.qualcomm.com>2015-03-14 11:27:54 +0530
committerKalle Valo <kvalo@codeaurora.org>2015-03-20 08:28:06 +0200
commit958b6827b781ed14d12bef6323f6692ec761fbb5 (patch)
tree799f1cd896aa6995ea73ba4e7dca192df063a788 /drivers/net/wireless/ath/ath9k/ar9003_aic.h
parentath9k: Disable AIC by default (diff)
downloadlinux-dev-958b6827b781ed14d12bef6323f6692ec761fbb5.tar.xz
linux-dev-958b6827b781ed14d12bef6323f6692ec761fbb5.zip
ath9k: Handle MCI_STATE_AIC_CAL_RESET
Add a routine to handle the MCI_STATE_AIC_CAL_RESET message. Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/ar9003_aic.h')
-rw-r--r--drivers/net/wireless/ath/ath9k/ar9003_aic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ar9003_aic.h b/drivers/net/wireless/ath/ath9k/ar9003_aic.h
index e31c44e68747..f7c95466149f 100644
--- a/drivers/net/wireless/ath/ath9k/ar9003_aic.h
+++ b/drivers/net/wireless/ath/ath9k/ar9003_aic.h
@@ -53,6 +53,7 @@ struct ath_aic_out_info {
struct ath_aic_sram_info sram;
};
+u8 ar9003_aic_cal_reset(struct ath_hw *ah);
u8 ar9003_aic_calibration_single(struct ath_hw *ah);
#endif /* AR9003_AIC_H */