#include <rc80211_pid.h>
Public Attributes | |
struct dentry * | coeff_d |
struct dentry * | coeff_i |
struct dentry * | coeff_p |
struct dentry * | norm_offset |
struct dentry * | sampling_period |
struct dentry * | sharpen_duration |
struct dentry * | sharpen_factor |
struct dentry * | smoothing_shift |
struct dentry * | target |
struct rc_pid_debugfs_entries - tunable parameters
Algorithm parameters, tunable via debugfs. : target percentage for failed frames : error sampling interval in milliseconds : absolute value of the proportional coefficient : absolute value of the integral coefficient : absolute value of the derivative coefficient : absolute value of the integral smoothing factor (i.e. amount of smoothing introduced by the exponential moving average) : absolute value of the derivative sharpening factor (i.e. amount of emphasis given to the derivative term after low activity events) : duration of the sharpening effect after the detected low activity event, relative to sampling_period : amount of normalization periodically performed on the learnt rate behaviour values (lower means we should trust more what we learnt about behaviour of rates, higher means we should trust more the natural ordering of rates)
Definition at line 142 of file kernel-3.2/rc80211_pid.h.
struct dentry * rc_pid_debugfs_entries::coeff_d |
Definition at line 147 of file kernel-3.2/rc80211_pid.h.
struct dentry * rc_pid_debugfs_entries::coeff_i |
Definition at line 146 of file kernel-3.2/rc80211_pid.h.
struct dentry * rc_pid_debugfs_entries::coeff_p |
Definition at line 145 of file kernel-3.2/rc80211_pid.h.
struct dentry * rc_pid_debugfs_entries::norm_offset |
Definition at line 151 of file kernel-3.2/rc80211_pid.h.
struct dentry * rc_pid_debugfs_entries::sampling_period |
Definition at line 144 of file kernel-3.2/rc80211_pid.h.
struct dentry * rc_pid_debugfs_entries::sharpen_duration |
Definition at line 150 of file kernel-3.2/rc80211_pid.h.
struct dentry * rc_pid_debugfs_entries::sharpen_factor |
Definition at line 149 of file kernel-3.2/rc80211_pid.h.
struct dentry * rc_pid_debugfs_entries::smoothing_shift |
Definition at line 148 of file kernel-3.2/rc80211_pid.h.
struct dentry * rc_pid_debugfs_entries::target |
Definition at line 143 of file kernel-3.2/rc80211_pid.h.