aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211')
-rw-r--r--net/mac80211/rc80211_pid.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mac80211/rc80211_pid.h b/net/mac80211/rc80211_pid.h
index b98e16afe4d1..04afc13ed825 100644
--- a/net/mac80211/rc80211_pid.h
+++ b/net/mac80211/rc80211_pid.h
@@ -10,8 +10,8 @@
10#ifndef RC80211_PID_H 10#ifndef RC80211_PID_H
11#define RC80211_PID_H 11#define RC80211_PID_H
12 12
13/* Sampling period for measuring percentage of failed frames. */ 13/* Sampling period for measuring percentage of failed frames in ms. */
14#define RC_PID_INTERVAL (HZ / 8) 14#define RC_PID_INTERVAL 125
15 15
16/* Exponential averaging smoothness (used for I part of PID controller) */ 16/* Exponential averaging smoothness (used for I part of PID controller) */
17#define RC_PID_SMOOTHING_SHIFT 3 17#define RC_PID_SMOOTHING_SHIFT 3