Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH 1/7] ath9k_hw: initialize ah->slottime
@ 2010-12-12 13:34 Felix Fietkau
  2010-12-12 13:34 ` [PATCH 2/7] ath9k_hw: fix the slot time setting for long distance links Felix Fietkau
  0 siblings, 1 reply; 10+ messages in thread
From: Felix Fietkau @ 2010-12-12 13:34 UTC (permalink / raw)
  To: linux-wireless; +Cc: linville, lrodriguez, Felix Fietkau

(u32) -1 is not particularly useful as a slottime default, so even though
the ath9k_hw default should never get used, it's better to pick something
sane here.

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

diff --git a/drivers/net/wireless/ath/ath9k/hw.c b/drivers/net/wireless/ath/ath9k/hw.c
index d44f74e..856a76e 100644
--- a/drivers/net/wireless/ath/ath9k/hw.c
+++ b/drivers/net/wireless/ath/ath9k/hw.c
@@ -408,7 +408,7 @@ static void ath9k_hw_init_defaults(struct ath_hw *ah)
 		AR_STA_ID1_CRPT_MIC_ENABLE |
 		AR_STA_ID1_MCAST_KSRCH;
 	ah->enable_32kHz_clock = DONT_USE_32KHZ;
-	ah->slottime = (u32) -1;
+	ah->slottime = 20;
 	ah->globaltxtimeout = (u32) -1;
 	ah->power_mode = ATH9K_PM_UNDEFINED;
 }
-- 
1.7.3.2


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

end of thread, other threads:[~2010-12-13  7:26 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-12 13:34 [PATCH 1/7] ath9k_hw: initialize ah->slottime Felix Fietkau
2010-12-12 13:34 ` [PATCH 2/7] ath9k_hw: fix the slot time setting for long distance links Felix Fietkau
2010-12-12 13:34   ` [PATCH 3/7] ath9k: fix PA predistortion thermal measurement handling Felix Fietkau
2010-12-12 13:34     ` [PATCH 4/7] ath9k_hw: fix the PA predistortion rate mask Felix Fietkau
2010-12-12 13:34       ` [PATCH 5/7] ath9k_hw: fix PA predistortion training power selection Felix Fietkau
2010-12-12 13:34         ` [PATCH 6/7] ath9k_hw: update AR9003 initvals for improved radar detection Felix Fietkau
2010-12-12 13:34           ` [PATCH 7/7] ath9k_hw: update AR9003 initvals to improve carrier leak calibration/correction Felix Fietkau
2010-12-13  6:02         ` [PATCH 5/7] ath9k_hw: fix PA predistortion training power selection Vasanthakumar Thiagarajan
2010-12-13  7:19           ` Felix Fietkau
2010-12-13  7:26             ` Vasanthakumar Thiagarajan

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