diff options
-rw-r--r-- | drivers/net/wireless/ath9k/calib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath9k/calib.c b/drivers/net/wireless/ath9k/calib.c index a652e9bb16de..c9446fb6b153 100644 --- a/drivers/net/wireless/ath9k/calib.c +++ b/drivers/net/wireless/ath9k/calib.c | |||
@@ -880,7 +880,7 @@ bool ath9k_hw_calibrate(struct ath_hw *ah, struct ath9k_channel *chan, | |||
880 | return true; | 880 | return true; |
881 | } | 881 | } |
882 | 882 | ||
883 | bool ar9285_clc(struct ath_hw *ah, struct ath9k_channel *chan) | 883 | static bool ar9285_clc(struct ath_hw *ah, struct ath9k_channel *chan) |
884 | { | 884 | { |
885 | REG_SET_BIT(ah, AR_PHY_CL_CAL_CTL, AR_PHY_CL_CAL_ENABLE); | 885 | REG_SET_BIT(ah, AR_PHY_CL_CAL_CTL, AR_PHY_CL_CAL_ENABLE); |
886 | if (chan->channelFlags & CHANNEL_HT20) { | 886 | if (chan->channelFlags & CHANNEL_HT20) { |