Re: [LEDE-DEV] [PATCH] Set ATH9K_STATION_STATISTICS when enabling ath9k debugging

2016-08-23 Thread Toke Høiland-Jørgensen
Toke Høiland-Jørgensen writes: > Felix Fietkau writes: > >> On 2016-08-23 11:55, Toke Høiland-Jørgensen wrote: > diff --git a/target/linux/generic/config-4.4 > b/target/linux/generic/config-4.4 > index 8c30017..2f12982 100644 > --- a/target/linux/generic/config-4.4 > +++ b/t

Re: [LEDE-DEV] [PATCH] Set ATH9K_STATION_STATISTICS when enabling ath9k debugging

2016-08-23 Thread Toke Høiland-Jørgensen
Felix Fietkau writes: > On 2016-08-23 11:55, Toke Høiland-Jørgensen wrote: diff --git a/target/linux/generic/config-4.4 b/target/linux/generic/config-4.4 index 8c30017..2f12982 100644 --- a/target/linux/generic/config-4.4 +++ b/target/linux/generic/config-4.4 @@ -27

Re: [LEDE-DEV] [PATCH] Set ATH9K_STATION_STATISTICS when enabling ath9k debugging

2016-08-23 Thread Felix Fietkau
On 2016-08-23 11:55, Toke Høiland-Jørgensen wrote: >>> diff --git a/target/linux/generic/config-4.4 >>> b/target/linux/generic/config-4.4 >>> index 8c30017..2f12982 100644 >>> --- a/target/linux/generic/config-4.4 >>> +++ b/target/linux/generic/config-4.4 >>> @@ -276,6 +276,7 @@ CONFIG_ATA_SFF=y >

Re: [LEDE-DEV] [PATCH] Set ATH9K_STATION_STATISTICS when enabling ath9k debugging

2016-08-23 Thread Toke Høiland-Jørgensen
Felix Fietkau writes: > On 2016-08-13 12:02, Toke Høiland-Jørgensen wrote: >> The ATH9K_STATION_STATISTICS kernel config variable enables some extra >> statistics that are useful for debugging (in particular with the airtime >> fairness patches enabled). This adds that kernel config when selectin

Re: [LEDE-DEV] [PATCH] Set ATH9K_STATION_STATISTICS when enabling ath9k debugging

2016-08-23 Thread Felix Fietkau
On 2016-08-13 12:02, Toke Høiland-Jørgensen wrote: > The ATH9K_STATION_STATISTICS kernel config variable enables some extra > statistics that are useful for debugging (in particular with the airtime > fairness patches enabled). This adds that kernel config when selecting > ath9k debugging. > > Sig