diff --git a/[refs] b/[refs] index 8c7545324a24..a27f306706d2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c117fa0bf5f5b3d362b590ed6e80499defe14505 +refs/heads/master: 15cc0f1ac670d9ff59cbcddb668900e8824b372a diff --git a/trunk/drivers/net/wireless/ath9k/calib.c b/trunk/drivers/net/wireless/ath9k/calib.c index a652e9bb16de..c9446fb6b153 100644 --- a/trunk/drivers/net/wireless/ath9k/calib.c +++ b/trunk/drivers/net/wireless/ath9k/calib.c @@ -880,7 +880,7 @@ bool ath9k_hw_calibrate(struct ath_hw *ah, struct ath9k_channel *chan, return true; } -bool ar9285_clc(struct ath_hw *ah, struct ath9k_channel *chan) +static bool ar9285_clc(struct ath_hw *ah, struct ath9k_channel *chan) { REG_SET_BIT(ah, AR_PHY_CL_CAL_CTL, AR_PHY_CL_CAL_ENABLE); if (chan->channelFlags & CHANNEL_HT20) {