> >> > > Is it possible to only applied software retrying for A-MPDU frame with > > more one frame? > > If I correctly understood the code, the function ath_tx_count_frames > > return the number of frame in the A-MPDU. If nframes == 1 we don't use > > the software retry. > Software retry should be applied to any frame that is part of a BlockAck > session, because any failed frame that is not retried requires the sender to > notify the receiver with a BlockAckRequest, which is expensive. I would > suggest keeping the current behavior, unless you have a good reason to > change it and understand the implications. > Thanks for your answers. I think I am not on the good way. I would like to reduce the software retries when we lost the AP (turn off). In this case, no BlockAck are received. Is it possible to reduce the software retries in this case? If yes, could you give me some pointer? Is it possible to reduce the ATH_MAX_SW_RETRIES value (for example reduces to 10) without damage? Cedric voncken -- 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