From 03425531a197eadbbff9b60e8d30c6282ad20890 Mon Sep 17 00:00:00 2001 From: "Luis R. Rodriguez" Date: Mon, 9 Mar 2009 22:09:42 -0400 Subject: [PATCH] --- yaml --- r: 135271 b: refs/heads/master c: 15cc0f1ac670d9ff59cbcddb668900e8824b372a h: refs/heads/master i: 135269: 9863bfbad520365dc63ab32dec4ae6becbc07e9f 135267: 02da970c61edddaef58085c3497cdd0f2ddb671d 135263: 9aa5a81df33a4478a67e0374b33fea003cade274 v: v3 --- [refs] | 2 +- trunk/drivers/net/wireless/ath9k/calib.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) {