aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/ath/ath9k')
-rw-r--r--drivers/net/wireless/ath/ath9k/rc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/rc.c b/drivers/net/wireless/ath/ath9k/rc.c
index c915954d4d5b..70fdb9d8db82 100644
--- a/drivers/net/wireless/ath/ath9k/rc.c
+++ b/drivers/net/wireless/ath/ath9k/rc.c
@@ -880,7 +880,7 @@ static bool ath_rc_update_per(struct ath_softc *sc,
880 * Since this probe succeeded, we allow the next 880 * Since this probe succeeded, we allow the next
881 * probe twice as soon. This allows the maxRate 881 * probe twice as soon. This allows the maxRate
882 * to move up faster if the probes are 882 * to move up faster if the probes are
883 * succesful. 883 * successful.
884 */ 884 */
885 ath_rc_priv->probe_time = 885 ath_rc_priv->probe_time =
886 now_msec - rate_table->probe_interval / 2; 886 now_msec - rate_table->probe_interval / 2;