diff options
Diffstat (limited to 'net/mac80211/rc80211_pid.h')
-rw-r--r-- | net/mac80211/rc80211_pid.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/mac80211/rc80211_pid.h b/net/mac80211/rc80211_pid.h index 0a9135b974b5..ffafc5da572e 100644 --- a/net/mac80211/rc80211_pid.h +++ b/net/mac80211/rc80211_pid.h | |||
@@ -180,6 +180,8 @@ struct rc_pid_sta_info { | |||
180 | u32 tx_num_failed; | 180 | u32 tx_num_failed; |
181 | u32 tx_num_xmit; | 181 | u32 tx_num_xmit; |
182 | 182 | ||
183 | int txrate_idx; | ||
184 | |||
183 | /* Average failed frames percentage error (i.e. actual vs. target | 185 | /* Average failed frames percentage error (i.e. actual vs. target |
184 | * percentage), scaled by RC_PID_SMOOTHING. This value is computed | 186 | * percentage), scaled by RC_PID_SMOOTHING. This value is computed |
185 | * using using an exponential weighted average technique: | 187 | * using using an exponential weighted average technique: |