diff options
Diffstat (limited to 'net/mac80211/rc80211_pid.h')
-rw-r--r-- | net/mac80211/rc80211_pid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/rc80211_pid.h b/net/mac80211/rc80211_pid.h index 425eb708182a..81aa4ea19958 100644 --- a/net/mac80211/rc80211_pid.h +++ b/net/mac80211/rc80211_pid.h | |||
@@ -38,7 +38,7 @@ | |||
38 | * link quality is good, the controller will fail to adjust failed frames | 38 | * link quality is good, the controller will fail to adjust failed frames |
39 | * percentage to the target. This is intentional. | 39 | * percentage to the target. This is intentional. |
40 | */ | 40 | */ |
41 | #define RC_PID_TARGET_PF (11 << RC_PID_ARITH_SHIFT) | 41 | #define RC_PID_TARGET_PF 11 |
42 | 42 | ||
43 | /* Rate behaviour normalization quantity over time. */ | 43 | /* Rate behaviour normalization quantity over time. */ |
44 | #define RC_PID_NORM_OFFSET 3 | 44 | #define RC_PID_NORM_OFFSET 3 |