Signed-off-by: Andreas Hofmann <andreas.hofm...@corscience.de>
---
 drivers/net/wireless/ath/ath9k/rc.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/net/wireless/ath/ath9k/rc.c 
b/drivers/net/wireless/ath/ath9k/rc.c
index 4c0d36a..0fce735 100644
--- a/drivers/net/wireless/ath/ath9k/rc.c
+++ b/drivers/net/wireless/ath/ath9k/rc.c
@@ -160,7 +160,7 @@ static const struct ath_rate_table ar5416_11na_ratetable = {
                [67] = {  RC_HT_T_40, WLAN_RC_PHY_HT_40_TS_HGI, 450000,
                        346400, 23, 23, 4, 66, 67, 67 }, /* 450 Mb */
        },
-       50,  /* probe interval */
+       2000,  /* probe interval */
        WLAN_RC_HT_FLAG,  /* Phy rates allowed initially */
 };
 
@@ -316,7 +316,7 @@ static const struct ath_rate_table ar5416_11ng_ratetable = {
                [71] = {  RC_HT_T_40, WLAN_RC_PHY_HT_40_TS_HGI, 450000,
                        346400, 23, 23, 8, 70, 71, 71 }, /* 450 Mb */
        },
-       50,  /* probe interval */
+       2000,  /* probe interval */
        WLAN_RC_HT_FLAG,  /* Phy rates allowed initially */
 };
 
@@ -341,7 +341,7 @@ static const struct ath_rate_table ar5416_11a_ratetable = {
                { RC_L_SDT, WLAN_RC_PHY_OFDM, 54000, /* 54 Mb */
                        29300, 7, 108, 4},
        },
-       50,  /* probe interval */
+       2000,  /* probe interval */
        0,   /* Phy rates allowed initially */
 };
 
-- 
1.7.1

_______________________________________________
ath9k-devel mailing list
ath9k-devel@lists.ath9k.org
https://lists.ath9k.org/mailman/listinfo/ath9k-devel

Reply via email to