Bob Copeland wrote: > On Thu, Jul 23, 2009 at 7:24 AM, Bob Copeland<me@xxxxxxxxxxxxxxx> wrote: >> - ath5k_tx_processq(sc, sc->txq); >> + for (i=0; i < AR5K_NUM_TX_QUEUES; i++) { >> + if (!sc->txqs[i].setup) >> + continue; >> + ath5k_tx_processq(sc, sc->txq); > > oops, should be: > > ath5k_tx_processq(sc, sc->txqs[i]); > >> + } >> } >> Getting closer :-) ath5k_tx_processq(sc, &sc->txqs[i]); -- 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