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] [RFC] Switch channel for specific packets

2012-06-04 Thread Adrian Chadd
Hi, So your best bet is to do it in mac80211, as there's lots of other things that you need to do: * You have to wake the NIC up; * You need to stop RX as well as TX; * You need to stop further TX and buffer it, or existing sessions will get messy; * a call to ath_chan_set() or whatever the ath9k

Re: [ath9k-devel] [PATCH] ath9k: Fix a WARNING in suspend/resume with IBSS

2012-06-04 Thread Mohammed Shafi Shajakhan
Hi Johannes, > You could just remove the entire check since the interface combinations > you advertise don't allow it, I think? Or just fix those > combinations :-) i did not check this before, thanks a lot for your inputs. will send a proper v2 after checking this out.

[ath9k-devel] [RFC] Switch channel for specific packets

2012-06-04 Thread Torsten Zimmermann
Hi, are there any preliminaries or special side conditions, which have to be considered before using ar9003_hw_set_channel(struct ath_hw *ah, struct ath9k_channel *chan) in order to switch the channel during operation ? The goal is to achieve the changing for "specific" packets. (So that this pac