aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/calib.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/calib.c')
-rw-r--r--drivers/net/wireless/ath/ath9k/calib.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/net/wireless/ath/ath9k/calib.c b/drivers/net/wireless/ath/ath9k/calib.c
index fe3c10e6b276..558b228a717f 100644
--- a/drivers/net/wireless/ath/ath9k/calib.c
+++ b/drivers/net/wireless/ath/ath9k/calib.c
@@ -409,14 +409,6 @@ void ath9k_init_nfcal_hist_buffer(struct ath_hw *ah,
409 } 409 }
410} 410}
411 411
412s16 ath9k_hw_getchan_noise(struct ath_hw *ah, struct ath9k_channel *chan)
413{
414 if (!ah->curchan || !ah->curchan->noisefloor)
415 return ath9k_hw_get_default_nf(ah, chan);
416
417 return ah->curchan->noisefloor;
418}
419EXPORT_SYMBOL(ath9k_hw_getchan_noise);
420 412
421void ath9k_hw_bstuck_nfcal(struct ath_hw *ah) 413void ath9k_hw_bstuck_nfcal(struct ath_hw *ah)
422{ 414{