Re: [ath9k-devel] [PATCH] ath9k_htc: check seq number instead of cmd id for timeout

2015-03-15 Thread Fred Chou
On 15/03/2015 14:48, Oleksij Rempel wrote: > thank you for your patch. Looks good for me. Did you tested it? Yes. Working all right for two days. ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org https://lists.ath9k.org/mailman/listinfo/ath9k-dev

Re: [ath9k-devel] [PATCHv2] ath9k_htc: add adaptive usb receive flow control to repair soft lockup with monitor mode

2015-03-15 Thread yuweizh...@139.com
I'm sorry that we have a lot of issues after the Chinese traditional spring festival. Now I can start follow this patch. The workqueue will delay the urb submit while the CPU have no resource to process the wireless packet buffered in the rx_buf. In the situation, the original driver alway

[ath9k-devel] 回复: Re: init ath9k_htc device fails

2015-03-15 Thread xpkdb
我不想再接收这样的邮件,每天收到很多,烦死了,怎么取消呀,请指教一下。谢谢了 From: 郑玉伟Date: 2015-03-16 10:03To: seb xper; ath9k-devel@lists.ath9k.orgSubject: Re: [ath9k-devel] init ath9k_htc device fails Maybe the phone’s kernel had been modified,  it didn’t export   ath9k_hw_set_txpowerlimit symbol.  You’d better u

Re: [ath9k-devel] init ath9k_htc device fails

2015-03-15 Thread 郑玉伟
Maybe the phone’s kernel had been modified, it didn’t export ath9k_hw_set_txpowerlimit symbol. You’d better use the same kernel source tree code as your phone to compile this module. From: ath9k-devel-boun...@lists.ath9k.org [mailto:ath9k-devel-boun...@lists.ath9k.org] On Behalf Of seb xpe

Re: [ath9k-devel] Fwd: some queries on open-ath9k f/w

2015-03-15 Thread Mathy Vanhoef
Hi Jithu, The ath9k_htc firmware can be seen as a driver that happens to run on the USB dongle. What I mean with this is that the firmware code is quite similar to a normal driver (e.g. madwifi or ath9k). While it has some control over MAC behavior, it doesn't have full control. Most of this contr

Re: [ath9k-devel] init ath9k_htc device fails

2015-03-15 Thread Oleksij Rempel
Am 15.03.2015 um 16:50 schrieb seb xper: > Hi, > > I'm trying to get an external usb wireless stick working on my android > phone using linux deploy. I've managed to compile the needed kernel > module but initialising the device fails. 1. You are using old ath9k_common and new ath9k_htc source. 2

[ath9k-devel] init ath9k_htc device fails

2015-03-15 Thread seb xper
Hi, I'm trying to get an external usb wireless stick working on my android phone using linux deploy. I've managed to compile the needed kernel module but initialising the device fails. Could someone please point me in the right direction? Thanks a lot. sebastian lsusb output: Bus 001 Device 002

Re: [ath9k-devel] Power drain during suspend

2015-03-15 Thread Sujith Manoharan
Frank Zafka wrote: > 02:00.0 Network controller [0280]: Qualcomm Atheros AR9462 Wireless > Network Adapter [168c:0034] (rev 01) > Subsystem: Lenovo Device [17aa:3214] This card supports WOWLAN and is a BT combo device. Maybe ath9k is missing something in the suspend path. Can you check if unloadi

Re: [ath9k-devel] Power drain during suspend

2015-03-15 Thread Frank Zafka
Thanks for the replies. modprobe -r ath9k took down the wifi. But the power still drained during suspend. Physically removing the card solved the issue. The Wi-Fi card is an Atheros AR9462. This issue did not occur on my previous Atheros card (abg only) where the battery life was fine during suspe