On Tue, 4 Dec 2007 02:41:46 +0100 Stefano Brivio <stefano.brivio@xxxxxxxxx> wrote: > - err_avg = srctrl->err_avg_sc >> RATE_CONTROL_SMOOTHING_SHIFT; > + err_avg = srctrl->err_avg_sc >> modparam_rc_sh_s; ^ > srctrl->err_avg_sc = srctrl->err_avg_sc - err_avg + err_prop; > - err_int = srctrl->err_avg_sc >> RATE_CONTROL_SMOOTHING_SHIFT; > + err_int = srctrl->err_avg_sc >> modparam_rc_sh_s; ^ Sorry, I forgot to resend. Will send another patch soon so I won't bother. -- Ciao Stefano - To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html