]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/mac80211/rc80211_pid.h
mac80211: clean up sta_info_destroy() users wrt. RCU/locking
[linux-2.6-omap-h63xx.git] / net / mac80211 / rc80211_pid.h
index b98e16afe4d154d3d585c978cd773613dff1a85b..04afc13ed82551c87c2e2aa292cc00012da7520d 100644 (file)
@@ -10,8 +10,8 @@
 #ifndef RC80211_PID_H
 #define RC80211_PID_H
 
-/* Sampling period for measuring percentage of failed frames. */
-#define RC_PID_INTERVAL                        (HZ / 8)
+/* Sampling period for measuring percentage of failed frames in ms. */
+#define RC_PID_INTERVAL                        125
 
 /* Exponential averaging smoothness (used for I part of PID controller) */
 #define RC_PID_SMOOTHING_SHIFT         3