[PATCH] ath9k: add a quirk to set use_msi automatically

2018-01-08 Thread AceLan Kao
Dell Vostro 15-3572 Signed-off-by: AceLan Kao <acelan@canonical.com> --- drivers/net/wireless/ath/ath9k/init.c | 53 +++ 1 file changed, 53 insertions(+) diff --git a/drivers/net/wireless/ath/ath9k/init.c b/drivers/net/wireless/ath/ath9k/init.c

Re: [v2] ath9k: add MSI support

2018-01-08 Thread AceLan Kao
Hi Kalle, I'm happy to see Russel's patch can be merged, and I'm willing to rebase and merge those quirks into one commit and submit it again. Although the solution is not perfect, but it's nice to have. Thanks. Best regards, AceLan Kao. 2018-01-09 7:07 GMT+08:00 Daniel Drake <

Re: Poor performance on 5G network with Intel 9000 series cards

2018-01-07 Thread AceLan Kao
Hi all, Forgot to append the device info, here it is. 02:00.0 Network controller [0280]: Intel Corporation Device [8086:2526] (rev 29) Subsystem: Intel Corporation Device [8086:4010] Best regards, AceLan Kao. 2018-01-08 14:25 GMT+08:00 AceLan Kao <acelan@canonical.com>: &g

Poor performance on 5G network with Intel 9000 series cards

2018-01-07 Thread AceLan Kao
58 7K/140474 us [ 4] local 10.101.46.25 port 5001 connected with 10.101.46.219 port 38844 [ ID] Interval Transfer Bandwidth Reads Dist(bin=0.2K) [ 4] 0.00-10.11 sec 79.8 MBytes 66.2 Mbits/sec 57744 37:6:191:52:1236:413:143:55666 Any ideas? Best regards, AceLan Kao.

Re: [PATCH 2/6] ath9k: add a quirk to set use_msi automatically

2017-10-12 Thread AceLan Kao
Hi Daniel, After applied the 2 commits you mentioned in the email, ath9k works. https://marc.info/?l=linux-wireless=150631274108016=2 https://github.com/endlessm/linux/commit/739c7a924db8f4434a9617657 Best regards, AceLan Kao. 2017-10-05 14:39 GMT+08:00 AceLan Kao <acelan@canonical.

Re: [PATCH 2/6] ath9k: add a quirk to set use_msi automatically

2017-10-05 Thread AceLan Kao
Hi all, Please drop my patches, Qualcomm is working internally and will submit the MSI patch by themselves. Thanks. Hi Daniel, I'll try your patches tomorrow. Best regards, AceLan Kao. 2017-10-02 12:21 GMT+08:00 Daniel Drake <dr...@endlessm.com>: > Hi AceLan, > > On Thu, Sep 2

Re: [PATCH 2/6] ath9k: add a quirk to set use_msi automatically

2017-09-28 Thread AceLan Kao
Wireless Network Adapter [168c:0036] (rev 01) Subsystem: Dell QCA9565 / AR9565 Wireless Network Adapter [1028:020e] Kernel driver in use: ath9k Kernel modules: ath9k Do you have a chance to see if my patch works on your side? Best regards, AceLan Kao. 2017-09-26 22:14 GMT+08

Re: [PATCH 2/6] ath9k: add a quirk to set use_msi automatically

2017-09-26 Thread AceLan Kao
org>: > On Tue, Sep 26, 2017 at 02:41:35PM +0800, AceLan Kao wrote: >> Some platform(BIOS) blocks legacy interrupts (INTx), and only allows MSI >> for WLAN device. So adding a quirk to list those machines and set >> use_msi automatically. >> Adding Dell Inspiron 24-3460

[PATCH 1/6] ath9k: add MSI support and use_msi parameter

2017-09-26 Thread AceLan Kao
Adding MSI support for ath9k devices. This patch is originally from Qualcomm, but they have no intention of submitting and maintaining ath9k driver now. The credit should go to Qualcomm. Signed-off-by: AceLan Kao <acelan@canonical.com> --- drivers/net/wireless/ath/ath9k/hw.c

[PATCH 2/6] ath9k: add a quirk to set use_msi automatically

2017-09-26 Thread AceLan Kao
Some platform(BIOS) blocks legacy interrupts (INTx), and only allows MSI for WLAN device. So adding a quirk to list those machines and set use_msi automatically. Adding Dell Inspiron 24-3460 to the quirk. Signed-off-by: AceLan Kao <acelan@canonical.com> --- drivers/net/wireless/ath

[PATCH 6/6] ath9k: set use_msi=1 on Dell Inspiron 14-3473

2017-09-26 Thread AceLan Kao
BIOS on Dell Inspiron 14-3473 blocks legacy interrupts (INTx), and only allows MSI for WLAN device. Signed-off-by: AceLan Kao <acelan@canonical.com> --- drivers/net/wireless/ath/ath9k/init.c | 8 1 file changed, 8 insertions(+) diff --git a/drivers/net/wireless/ath/ath9k/ini

[PATCH 4/6] ath9k: set use_msi=1 on Dell Inspiron 3472

2017-09-26 Thread AceLan Kao
BIOS on Dell Inspiron 3472 blocks legacy interrupts (INTx), and only allows MSI for WLAN device. Signed-off-by: AceLan Kao <acelan@canonical.com> --- drivers/net/wireless/ath/ath9k/init.c | 8 1 file changed, 8 insertions(+) diff --git a/drivers/net/wireless/ath/ath9k/ini

[PATCH 3/6] ath9k: set use_msi=1 on Dell Vostro 3262

2017-09-26 Thread AceLan Kao
BIOS on Dell Vostro 3262 blocks legacy interrupts (INTx), and only allows MSI for WLAN device. Signed-off-by: AceLan Kao <acelan@canonical.com> --- drivers/net/wireless/ath/ath9k/init.c | 8 1 file changed, 8 insertions(+) diff --git a/drivers/net/wireless/ath/ath9k/ini

[PATCH 5/6] ath9k: set use_msi=1 on Dell Vostro 15-3572

2017-09-26 Thread AceLan Kao
BIOS on Dell Vostro 15-3572 blocks legacy interrupts (INTx), and only allows MSI for WLAN device. Signed-off-by: AceLan Kao <acelan@canonical.com> --- drivers/net/wireless/ath/ath9k/init.c | 8 1 file changed, 8 insertions(+) diff --git a/drivers/net/wireless/ath/ath9k/ini

Re: [PATCH] rtlwifi: rtl8723be: disable FW control power save

2015-08-11 Thread AceLan Kao
Hi all, I have some new findings that doesn't need to modify the parameter. I'm still testing the new driver and will submit the patch later. Best regards, AceLan Kao. 2015-08-11 9:45 GMT+08:00 Kai Heng Feng kai.heng.f...@canonical.com: Hi James, I think the newer firmware in conjunction

[PATCH] rtlwifi: rtl8723be: disable FW control power save

2015-08-06 Thread AceLan Kao
. I'd suggest to disable it by default and re-enable it after firmware fixes this issue. BTW. the firmware I tested from linux-firmware git tree is rtlwifi/rtl8723befw.bin be225d6 Update firmware for rtl8723be Signed-off-by: AceLan Kao acelan@canonical.com --- drivers/net/wireless/rtlwifi