diff options
Diffstat (limited to 'net/mac80211/rc80211_pid.h')
-rw-r--r-- | net/mac80211/rc80211_pid.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net/mac80211/rc80211_pid.h b/net/mac80211/rc80211_pid.h index 1a873f00691a..19111c7bf454 100644 --- a/net/mac80211/rc80211_pid.h +++ b/net/mac80211/rc80211_pid.h | |||
@@ -24,9 +24,6 @@ | |||
24 | /* Fixed point arithmetic shifting amount. */ | 24 | /* Fixed point arithmetic shifting amount. */ |
25 | #define RC_PID_ARITH_SHIFT 8 | 25 | #define RC_PID_ARITH_SHIFT 8 |
26 | 26 | ||
27 | /* Fixed point arithmetic factor. */ | ||
28 | #define RC_PID_ARITH_FACTOR (1 << RC_PID_ARITH_SHIFT) | ||
29 | |||
30 | /* Proportional PID component coefficient. */ | 27 | /* Proportional PID component coefficient. */ |
31 | #define RC_PID_COEFF_P 15 | 28 | #define RC_PID_COEFF_P 15 |
32 | /* Integral PID component coefficient. */ | 29 | /* Integral PID component coefficient. */ |
@@ -80,7 +77,7 @@ union rc_pid_event_data { | |||
80 | }; | 77 | }; |
81 | 78 | ||
82 | struct rc_pid_event { | 79 | struct rc_pid_event { |
83 | /* The time when the event occured */ | 80 | /* The time when the event occurred */ |
84 | unsigned long timestamp; | 81 | unsigned long timestamp; |
85 | 82 | ||
86 | /* Event ID number */ | 83 | /* Event ID number */ |