HI,

I checked in the archives and found that a proper way to disable AMPDU
aggregation is to

replace these two lines in /drivers/net/wireless/ath/ath9k/init.c of
function ath9k_init_misc()

sc->sc_flags |= SC_OP_TXAGGR;
sc->sc_flags |= SC_OP_RXAGGR;

with the following:

sc->sc_flags &= ~SC_OP_TXAGGR
sc->sc_flags &= ~SC_OP_RXAGGR

However, when I recompile and reload the modules, my PC hangs, just
after associating with the AP.

Did anyone have some relevant problem?

Is there some other proper way to disable packet aggregation?

Thank you,
Stratos.
_______________________________________________
ath9k-devel mailing list
ath9k-devel@lists.ath9k.org
https://lists.ath9k.org/mailman/listinfo/ath9k-devel

Reply via email to