On Thu, Jul 14, 2011 at 5:05 PM, Stanislaw Gruszka <sgruszka@xxxxxxxxxx> wrote: > On Thu, Jul 14, 2011 at 01:40:29PM +0300, Eliad Peller wrote: >> + /* reconfigure tx conf */ >> + for (i = 0; i < IEEE80211_MAX_QUEUES; i++) >> + drv_conf_tx(local, i, &local->tx_conf[i]); > > Perhaps you should use hw->queues instead of IEEE80211_MAX_QUEUES ... sure. i also found another place in which drv_conf_tx was called but the new tx configuration wasn't saved (ieee80211_set_txq_params). i'll send a new version soon. thanks, Eliad. -- 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