Re: [RFC] ath10k: use raw tx

2014-08-29 Thread Ben Greear
On 08/29/2014 02:45 PM, Ben Greear wrote: On 08/22/2014 12:52 AM, Michal Kazior wrote: This is just a reference for anyone interested in getting injection working with ath10k. Did you try this with encryption? I can reproduce the crash in open mode on my CT firmware, but I couldn't even get

Re: [RFC] ath10k: use raw tx

2014-08-29 Thread Ben Greear
On 08/22/2014 12:52 AM, Michal Kazior wrote: > This is just a reference for anyone interested in > getting injection working with ath10k. Did you try this with encryption? I can reproduce the crash in open mode on my CT firmware, but I couldn't even get DHCP to complete with wpa2 enabled. Thanks

Re: [PATCH v2 2/2] ath10k: add testmode

2014-08-29 Thread Arend van Spriel
On 08/29/14 08:03, Kalle Valo wrote: Arend van Spriel writes: On 08/28/14 10:02, Kalle Valo wrote: Kalle Valo writes: Johannes suggested to put this to a separate file as that way it's easier for the user space. In v3 I'm planning to create testmode_uapi.h for this. I suppose that file

Re: [PATCH] ath10k: add device/driver strings to tracepoints

2014-08-29 Thread Kalle Valo
Michal Kazior writes: > This makes it easier to log and debug via tracing > with more than 1 ath10k device on a system. > > Signed-off-by: Michal Kazior > --- > Not sure if pulling core.h in trace.h and using ar > pointer is the best approach here. Alternative is > to not pull core.h and pass ar

[PATCH] ath10k: don't access tx_info while overwriting it

2014-08-29 Thread Michal Kazior
Nothing important was being overwritten so it didn't yield any bugs yet. Signed-off-by: Michal Kazior --- drivers/net/wireless/ath/ath10k/mac.c | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/drivers/net/wireless/ath/ath10k/mac.c b/drivers/net/wireless/ath/ath10k/ma

Re: [RFC] ath10k: use raw tx

2014-08-29 Thread Yeoh Chun-Yeow
> > Also, with raw tx in ath10k you can probably try playing with mesh > because QoS Control is no longer stripped, right? > Yes. This is one of the issues. ChunYeow ___ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/

Re: [RFC] ath10k: use raw tx

2014-08-29 Thread Michal Kazior
On 29 August 2014 09:15, Yeoh Chun-Yeow wrote: > Hi, Michal > > On Fri, Aug 22, 2014 at 3:52 PM, Michal Kazior > wrote: >> This is just a reference for anyone interested in >> getting injection working with ath10k. >> >> This just switches to raw tx mode instead of nwifi >> for regular operation

Re: [RFC] ath10k: use raw tx

2014-08-29 Thread Yeoh Chun-Yeow
Hi, Michal On Fri, Aug 22, 2014 at 3:52 PM, Michal Kazior wrote: > This is just a reference for anyone interested in > getting injection working with ath10k. > > This just switches to raw tx mode instead of nwifi > for regular operation. Injection doesn't work yet. > > I've tested this on 999.999