summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFengguang Wu <fengguang.wu@intel.com>2013-01-12 02:28:12 (GMT)
committerJohn W. Linville <linville@tuxdriver.com>2013-01-14 20:10:40 (GMT)
commite2d4a24e03f9f7b255e86a2537dca0927f08af4a (patch)
treef78824df6f6715d9e0e44e4007171cdd848866c1
parent50c2f5e8f93c83ddb7fe74057db1e3030724ae6e (diff)
downloadlinux-fsl-qoriq-e2d4a24e03f9f7b255e86a2537dca0927f08af4a.tar.xz
ath9k_hw: ar9002_hw_spectral_scan_config() can be static
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r--drivers/net/wireless/ath/ath9k/ar9002_phy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ar9002_phy.c b/drivers/net/wireless/ath/ath9k/ar9002_phy.c
index 2cb665e..f400351 100644
--- a/drivers/net/wireless/ath/ath9k/ar9002_phy.c
+++ b/drivers/net/wireless/ath/ath9k/ar9002_phy.c
@@ -555,7 +555,7 @@ static void ar9002_hw_antdiv_comb_conf_set(struct ath_hw *ah,
REG_WRITE(ah, AR_PHY_MULTICHAIN_GAIN_CTL, regval);
}
-void ar9002_hw_spectral_scan_config(struct ath_hw *ah,
+static void ar9002_hw_spectral_scan_config(struct ath_hw *ah,
struct ath_spec_scan *param)
{
u8 count;