[ath9k-devel] Complete freeze when scanning

2013-06-03 Thread Bertrand Marc
Dear ath9k maintainers, I recently bought a TP-link WN751ND and I can't get it to work on my linux box (Debian Wheezy, with a 3.2 kernel). I tried with the last stable version of compat-drivers without success. Here is what I do: I load the ath9k module and bring up the device but as soon as I

[ath9k-devel] [PATCH v4 2/2] ath9k: check for Rx-STBC flag and pass it to ieee80211

2013-06-03 Thread Oleksij Rempel
This patch make use of STBC flag in DMA RX descriptor. Only devices after ar9280 can provide this information. If card support it we will set HAVE_STBC flag, to show clint programm thet STBC is supported but not received. Signed-off-by: Oleksij Rempel li...@rempel-privat.de ---

[ath9k-devel] [PATCH 0/2] ath9k: add STBC Rx flags (repost untill some one asnwers)

2013-06-03 Thread Oleksij Rempel
One more repost of old patches. I need, please, at least some kind of answer: we don't wont patches from you or you are doing some thing wrong. ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org https://lists.ath9k.org/mailman/listinfo/ath9k-devel

[ath9k-devel] [PATCH 1/2] ath9k: remove useless flag conversation.

2013-06-03 Thread Oleksij Rempel
some flags used only outside of ath9k - In this case we can use enum mac80211_rx_flags and pass it upstream without extra conversation. Signed-off-by: Oleksij Rempel li...@rempel-privat.de --- drivers/net/wireless/ath/ath9k/ar9003_mac.c | 5 +++-- drivers/net/wireless/ath/ath9k/mac.c|

Re: [ath9k-devel] [PATCH 0/2] ath9k: add STBC Rx flags (repost untill some one asnwers)

2013-06-03 Thread Sujith Manoharan
Oleksij Rempel wrote: One more repost of old patches. I need, please, at least some kind of answer: we don't wont patches from you or you are doing some thing wrong. Both the patches have already been merged in wireless-testing. commit b0a1ae976d6cd40ff90ba87883e17eb2610dae3d Author: Oleksij

Re: [ath9k-devel] [PATCH 0/2] ath9k: add STBC Rx flags (repost untill some one asnwers)

2013-06-03 Thread Oleksij Rempel
Am 03.06.2013 11:59, schrieb Sujith Manoharan: Oleksij Rempel wrote: One more repost of old patches. I need, please, at least some kind of answer: we don't wont patches from you or you are doing some thing wrong. Both the patches have already been merged in wireless-testing. ah... i didn't

Re: [ath9k-devel] AR9287; WiFi AP Mode - Increase interbeacon duration of 100ms

2013-06-03 Thread sandeep suresh
Hello All, Gentle reminder; really will be greatful, if you can give me some directions on this, Please. Regards Sandeep From: sandeep suresh sandeep.sur...@yahoo.co.in To: Adrian Chadd adr...@freebsd.org; ath9k-devel ath9k-devel@lists.ath9k.org Cc:

Re: [ath9k-devel] [PATCH 7/7] ath10k: detect htt pending tx limit at runtime

2013-06-03 Thread Felix Fietkau
On 2013-05-16 11:09 AM, Michal Kazior wrote: The real limit for sending htt tx is either msdu_id storage type (u16 - 65536 different values) or the HIF tx pipe queue length (2047 in case of our PCI HIF). The htt tx pipe does not use interrupts - it must be polled. It is polled either on RX

Re: [ath9k-devel] AR9287; WiFi AP Mode - Increase interbeacon duration of 100ms

2013-06-03 Thread Ben Greear
On 06/03/2013 03:15 AM, sandeep suresh wrote: Hello All, Gentle reminder; really will be greatful, if you can give me some directions on this, Please. Regards Sandeep *From:* sandeep suresh sandeep.sur...@yahoo.co.in *To:* Adrian Chadd adr...@freebsd.org; ath9k-devel

Re: [ath9k-devel] Tplink TL-WN822N drops out connections randomly on Arch Linux with Kernel 3.9.4 (Mark Lee)

2013-06-03 Thread Mark E. Lee
I couldn't find hostapd.conf on my access point. I did however switch the algorithm from WPA2 to WEP and found that I no longer lost connection during skype calls. -- Mark E. Lee m...@markelee.com signature.asc Description: This is a digitally signed message part

[ath9k-devel] So long, and thanks for all the fish (kinda)

2013-06-03 Thread Adrian Chadd
Hi all, This Friday will be my last day at Qualcomm Atheros. I've enjoyed working with the extremely bright and driven engineers and designers that make the wireless chips and SoCs that people everywhere take for granted. I've achieved a bunch of goals both with their internal product development

Re: [ath9k-devel] Tplink TL-WN822N drops out connections randomly on Arch Linux with Kernel 3.9.4 (Mark Lee)

2013-06-03 Thread Adrian Chadd
On 3 June 2013 11:44, Mark E. Lee m...@markelee.com wrote: I couldn't find hostapd.conf on my access point. I did however switch the algorithm from WPA2 to WEP and found that I no longer lost connection during skype calls. That kinda points at the rekey or the crypto handling in general.