Re: [ath9k-devel] [PATCH v2] ath9k: Support ethtool getstats api.

2012-06-04 Thread Ben Greear
On 05/15/2012 03:33 PM, gree...@candelatech.com wrote: > From: Ben Greear > > This returns many of the values that formerly could > only be obtained from debugfs. This should be an > improvement when trying to access these counters > programatically. Currently this support is only > enabled when

Re: [ath9k-devel] [PATCH v2] ath9k: Support ethtool getstats api.

2012-05-16 Thread Ben Greear
On 05/15/2012 11:12 PM, Holger Schurig wrote: > Why did you link ethtool support to debugfs support? The stats are only gathered when debugfs is enabled currently. I'll work on a new config option to enable the ethtool stats w/out ath9k debugfs once this patch goes in (and I get a bit of time).

Re: [ath9k-devel] [PATCH v2] ath9k: Support ethtool getstats api.

2012-05-15 Thread Holger Schurig
Why did you link ethtool support to debugfs support? ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org https://lists.ath9k.org/mailman/listinfo/ath9k-devel

[ath9k-devel] [PATCH v2] ath9k: Support ethtool getstats api.

2012-05-15 Thread greearb
From: Ben Greear This returns many of the values that formerly could only be obtained from debugfs. This should be an improvement when trying to access these counters programatically. Currently this support is only enabled when DEBUGFS is enabled because otherwise these stats are not accumulate