From 90f05bd97da8cac806adfd54aaec9580140d2e78 Mon Sep 17 00:00:00 2001 From: Vasantha kumar Thiagaranjan Date: Mon, 21 Jul 2008 01:06:11 -0800 Subject: [PATCH] Remove ineffective function call in ath_update_txpow() Signed-off-by: Vasanthakumar Thiagarajan --- drivers/net/wireless/ath9k/core.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/drivers/net/wireless/ath9k/core.c b/drivers/net/wireless/ath9k/core.c index dbb826f..a0810ac 100644 --- a/drivers/net/wireless/ath9k/core.c +++ b/drivers/net/wireless/ath9k/core.c @@ -1841,9 +1841,6 @@ void ath_update_txpow(struct ath_softc *sc) ath9k_hw_getcapability(ah, HAL_CAP_TXPOW, 1, &txpow); sc->sc_curtxpow = txpow; } - - /* Fetch max tx power level and update protocal stack */ - ath9k_hw_getcapability(ah, HAL_CAP_TXPOW, 2, &txpow); } /* Return the current country and domain information */ -- 1.5.4.3