Vivek Natarajan wrote: > @@ -2914,6 +2914,10 @@ static int ath9k_conf_tx(struct ieee80211_hw *hw, u16 queue, > if (ret) > ath_print(common, ATH_DBG_FATAL, "TXQ Update failed\n"); > > + if (sc->sc_ah->opmode == NL80211_IFTYPE_ADHOC) > + if (qnum == sc->tx.hwq_map[ATH9K_WME_AC_BE]) > + ath_beaconq_config(sc); > + If queue parameter updation has failed earlier, this code chunk would be redundant. Handling the special case for IBSS should probably be done only if the earlier ath_txq_update() is successful. 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