[ath9k-devel] kismet with ath9k card

2014-06-04 Thread Joe M
Hello, Just want to check if anyone has kismet working on an ath9k wireless card (product: AR93xx Wireless Network Adapter, TP-LINK TL-WDN4800 450 Mbps Wireless N Dual Band PCI Express Adapter Nic)? kismet_server has the below messages: INFO: Attempting to re-open errored packet source wlan0 INF

Re: [ath9k-devel] Stable Version for ath9k_htc in AP Mode?

2014-06-04 Thread Aaron Hamilton
I'll see if I can do some monitoring on the USB port. One thing I noticed: If pinging from just the AP to the client device, the latency is high. But as soon as pings are made from the client device to the AP, the latency drops. In case this is a kernel configuration issue, can someone point me to

Re: [ath9k-devel] Virtual stations with ath9k_htc driver

2014-06-04 Thread Ben Greear
On 06/03/2014 10:09 PM, Kanhu Rauta wrote: > Thanks Adrian, > > I can offload the crypto to software with options nohwcrypto=1. I have very > little hands on with the ath9k driver and looking first time at the firmware. > If is there pointers on which files needs to be modified then will go and

Re: [ath9k-devel] Disabling MAC sequence control

2014-06-04 Thread Mathy
Hi Mahaveer, Some time ago I had to to preserve the sequence number if injected packets. What I found and did: * Avoid sequence number overwrite in target_firmware/wlan/if_owl.c to wh->i_seq[0] * At the same location, mark the frame as CF-Poll frame: `atype = HAL_PKT_TYPE_PSPOLL;` If you do not m