Re: [LEDE-DEV] [PATCH] ath9k: Add airtime fairness scheduler

2016-11-28 Thread Toke Høiland-Jørgensen
bart van zoest writes: > Hi Weedy and Toke, > > I am trying to apply the patch using: "curl > https://patchwork.ozlabs.org/patch/699159/raw/ | git apply -v". Is the > following output normal? > > :60: trailing whitespace. > :65: trailing whitespace. > :67: space before tab in indent. > b

Re: [LEDE-DEV] [PATCH] ath9k: Add airtime fairness scheduler

2016-11-28 Thread Toke Høiland-Jørgensen
Weedy writes: > On Mon, Nov 28, 2016 at 4:49 AM, Toke Høiland-Jørgensen wrote: >> Right, that means that the patch was applied correctly. That you don't >> have the per-station airtime stats file is probably a configuration >> issue, then. Did you set CONFIG_PACKAGE_ATH_DEBUG? >> >> What's the o

Re: [LEDE-DEV] [PATCH] ath9k: Add airtime fairness scheduler

2016-11-28 Thread Weedy
On Mon, Nov 28, 2016 at 4:49 AM, Toke Høiland-Jørgensen wrote: > Right, that means that the patch was applied correctly. That you don't > have the per-station airtime stats file is probably a configuration > issue, then. Did you set CONFIG_PACKAGE_ATH_DEBUG? > > What's the output of > > grep STATI

Re: [LEDE-DEV] [PATCH] ath9k: Add airtime fairness scheduler

2016-11-28 Thread Toke Høiland-Jørgensen
Weedy writes: > On Sun, Nov 27, 2016 at 11:01 AM, Toke Høiland-Jørgensen wrote: >> Weedy writes: >> >>> On Fri, Nov 25, 2016 at 5:16 AM, Toke Høiland-Jørgensen >>> wrote: This adds a patch that introduces airtime fairness scheduling to ath9k, which can significantly improve network

Re: [LEDE-DEV] [PATCH] ath9k: Add airtime fairness scheduler

2016-11-27 Thread Weedy
On Sun, Nov 27, 2016 at 11:01 AM, Toke Høiland-Jørgensen wrote: > Weedy writes: > >> On Fri, Nov 25, 2016 at 5:16 AM, Toke Høiland-Jørgensen wrote: >>> This adds a patch that introduces airtime fairness scheduling to ath9k, >>> which can significantly improve network efficiency in mixed-rate >>>

Re: [LEDE-DEV] [PATCH] ath9k: Add airtime fairness scheduler

2016-11-27 Thread Toke Høiland-Jørgensen
Weedy writes: > On Fri, Nov 25, 2016 at 5:16 AM, Toke Høiland-Jørgensen wrote: >> This adds a patch that introduces airtime fairness scheduling to ath9k, >> which can significantly improve network efficiency in mixed-rate >> environments. > ... >> ++ astats = &an->airtime_stats; >> ++ >> ++

Re: [LEDE-DEV] [PATCH] ath9k: Add airtime fairness scheduler

2016-11-27 Thread Weedy
On Fri, Nov 25, 2016 at 5:16 AM, Toke Høiland-Jørgensen wrote: > This adds a patch that introduces airtime fairness scheduling to ath9k, > which can significantly improve network efficiency in mixed-rate > environments. ... > ++ astats = &an->airtime_stats; > ++ > ++ len += scnprintf(buf

[LEDE-DEV] [PATCH] ath9k: Add airtime fairness scheduler

2016-11-25 Thread Toke Høiland-Jørgensen
This adds a patch that introduces airtime fairness scheduling to ath9k, which can significantly improve network efficiency in mixed-rate environments. Signed-off-by: Toke Høiland-Jørgensen --- ...h9k-Introduce-airtime-fairness-scheduling.patch | 695 + 1 file changed, 695 ins