[ath9k-devel] [RFCv2 09/10] ath9k: disable dynack algorithm when coverage class is set

2014-07-13 Thread Lorenzo Bianconi
Disable ack timeout estimation algorithm if the coverage class has been configured Signed-off-by: Lorenzo Bianconi --- drivers/net/wireless/ath/ath9k/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/wireless/ath/ath9k/main.c b/drivers/net/wireless/ath/ath9k/main.c index e6

Re: [ath9k-devel] [RFCv2 09/10] ath9k: disable dynack algorithm when coverage class is set

2014-07-13 Thread Felix Fietkau
On 2014-07-13 12:18, Lorenzo Bianconi wrote: > Disable ack timeout estimation algorithm if the coverage class has been > configured > > Signed-off-by: Lorenzo Bianconi I think this is broken, since it doesn't allow you to re-enable dynack through the same way as it was disabled. I would recommend

Re: [ath9k-devel] [RFCv2 09/10] ath9k: disable dynack algorithm when coverage class is set

2014-07-13 Thread Hosam Hittini
I don’t know why I’m a part of this Getting so many emails! Regards, Eng. Hosam Hittini On Jul 13, 2014, at 2:30 PM, Felix Fietkau wrote: > On 2014-07-13 12:18, Lorenzo Bianconi wrote: >> Disable ack timeout estimation algorithm if the coverage class has been >> configured >> >> Signed-off-by:

Re: [ath9k-devel] [RFCv2 09/10] ath9k: disable dynack algorithm when coverage class is set

2014-07-13 Thread Lorenzo Bianconi
> On 2014-07-13 12:18, Lorenzo Bianconi wrote: >> Disable ack timeout estimation algorithm if the coverage class has been >> configured >> >> Signed-off-by: Lorenzo Bianconi > I think this is broken, since it doesn't allow you to re-enable dynack > through the same way as it was disabled. > I woul