Search Linux Wireless

Re: [PATCH v3 1/3] mac80211: improve the rate control API

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

 



On Fri, Apr 19, 2013 at 03:01:15PM +0200, Felix Fietkau wrote:
> +	if (!(rates[0].flags & IEEE80211_TX_RC_MCS)) {
> +		s8 baserate = 0;
> +
> +		rate = &sband->bitrates[rates[0].idx];
> +
> +		for (i = 0; i < sband->n_bitrates; i++) {
> +			/* must be a basic rate */
> +			if (!(vif->bss_conf.basic_rates & BIT(i)))
> +				continue;
[...]
> -	if (!(info->control.rates[0].flags & IEEE80211_TX_RC_MCS)) {
> -		u32 basic_rates = tx->sdata->vif.bss_conf.basic_rates;
> -		s8 baserate = basic_rates ? ffs(basic_rates - 1) : 0;
> -
> -		rate = &sband->bitrates[info->control.rates[0].idx];
> -
> -		for (i = 0; i < sband->n_bitrates; i++) {
> -			/* must be a basic rate */
> -			if (!(basic_rates & BIT(i)))
> -				continue;

The moved code doesn't match, missing 5253ffb.
 
Karl
--
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 Wireless Personal Area Network]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite Hiking]     [MIPS Linux]     [ARM Linux]     [Linux RAID]

  Powered by Linux