Search Linux Wireless

[PATCH v2 08/12] ath9k: fix aggregate size limit based on queue TXOP limit

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

 



Felix Fietkau wrote:
> @@ -1384,6 +1384,7 @@ static int ath9k_conf_tx(struct ieee80211_hw *hw,
>  		queue, txq->axq_qnum, params->aifs, params->cw_min,
>  		params->cw_max, params->txop);
>  
> +	ath_update_max_aggr_framelen(sc, queue, qi.tqi_burstTime);
>  	ret = ath_txq_update(sc, txq->axq_qnum, &qi);
>  	if (ret)
>  		ath_err(common, "TXQ Update failed\n");

Wouldn't this break multi-interface operation ? This unconditionally
updates the aggr. limits of an existing interface when a new one is added.

Sujith
--
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