Search Linux Wireless

Re: [RFC][PATCH] mac80211: Use PID controller for TX rate control

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux