Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH 11/11] ath9k: Remove CHANNEL_CW_INT handling in ath9k_hw_calibrate
@ 2009-04-13 16:27 Sujith
  0 siblings, 0 replies; only message in thread
From: Sujith @ 2009-04-13 16:27 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless

It is already handled properly in ath9k_hw_getnf.

Signed-off-by: Sujith <Sujith.Manoharan@atheros.com>
---
 drivers/net/wireless/ath/ath9k/calib.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/drivers/net/wireless/ath/ath9k/calib.c b/drivers/net/wireless/ath/ath9k/calib.c
index 08f6902..a197041 100644
--- a/drivers/net/wireless/ath/ath9k/calib.c
+++ b/drivers/net/wireless/ath/ath9k/calib.c
@@ -871,9 +871,6 @@ bool ath9k_hw_calibrate(struct ath_hw *ah, struct ath9k_channel *chan,
 		ath9k_hw_getnf(ah, chan);
 		ath9k_hw_loadnf(ah, ah->curchan);
 		ath9k_hw_start_nfcal(ah);
-
-		if (chan->channelFlags & CHANNEL_CW_INT)
-			chan->channelFlags &= ~CHANNEL_CW_INT;
 	}
 
 	return iscaldone;
-- 
1.6.2.2


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-04-13 16:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-13 16:27 [PATCH 11/11] ath9k: Remove CHANNEL_CW_INT handling in ath9k_hw_calibrate Sujith

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox