All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] ath9k_hw: remove enable_32kHz_clock
@ 2012-04-12 20:35 Felix Fietkau
  2012-04-12 20:35 ` [PATCH 2/4] ath9k_hw: add support for 8 AP mode interfaces Felix Fietkau
  2012-04-13 15:10 ` [PATCH 1/4] ath9k_hw: remove enable_32kHz_clock Zefir Kurtisi
  0 siblings, 2 replies; 5+ messages in thread
From: Felix Fietkau @ 2012-04-12 20:35 UTC (permalink / raw)
  To: linux-wireless; +Cc: linville, mcgrof

It is unused and useless

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
---
 drivers/net/wireless/ath/ath9k/hw.c |    1 -
 drivers/net/wireless/ath/ath9k/hw.h |    5 -----
 2 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/drivers/net/wireless/ath/ath9k/hw.c b/drivers/net/wireless/ath/ath9k/hw.c
index d1345a8..6fa8128 100644
--- a/drivers/net/wireless/ath/ath9k/hw.c
+++ b/drivers/net/wireless/ath/ath9k/hw.c
@@ -445,7 +445,6 @@ static void ath9k_hw_init_defaults(struct ath_hw *ah)
 		AR_STA_ID1_MCAST_KSRCH;
 	if (AR_SREV_9100(ah))
 		ah->sta_id1_defaults |= AR_STA_ID1_AR9100_BA_FIX;
-	ah->enable_32kHz_clock = DONT_USE_32KHZ;
 	ah->slottime = ATH9K_SLOT_TIME_9;
 	ah->globaltxtimeout = (u32) -1;
 	ah->power_mode = ATH9K_PM_UNDEFINED;
diff --git a/drivers/net/wireless/ath/ath9k/hw.h b/drivers/net/wireless/ath/ath9k/hw.h
index aa1680a..d85a8de 100644
--- a/drivers/net/wireless/ath/ath9k/hw.h
+++ b/drivers/net/wireless/ath/ath9k/hw.h
@@ -762,11 +762,6 @@ struct ath_hw {
 
 	u32 sta_id1_defaults;
 	u32 misc_mode;
-	enum {
-		AUTO_32KHZ,
-		USE_32KHZ,
-		DONT_USE_32KHZ,
-	} enable_32kHz_clock;
 
 	/* Private to hardware code */
 	struct ath_hw_private_ops private_ops;
-- 
1.7.3.2


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-04-13 15:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-12 20:35 [PATCH 1/4] ath9k_hw: remove enable_32kHz_clock Felix Fietkau
2012-04-12 20:35 ` [PATCH 2/4] ath9k_hw: add support for 8 AP mode interfaces Felix Fietkau
2012-04-12 20:35   ` [PATCH 3/4] ath9k: do not register LEDs on AR913x Felix Fietkau
2012-04-12 20:35     ` [PATCH 4/4] ath9k: optimize the hardware hang check Felix Fietkau
2012-04-13 15:10 ` [PATCH 1/4] ath9k_hw: remove enable_32kHz_clock Zefir Kurtisi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.