Re: [PATCH] ath10k: fix latency issue for QCA988x

2019-09-17 Thread Kalle Valo
Miaoqing Pan wrote: > Bad latency is found on QCA988x, the issue was introduced by > commit 4504f0e5b571 ("ath10k: sdio: workaround firmware UART > pin configuration bug"). If uart_pin_workaround is false, this > change will set uart pin even if uart_print is false. > > Tested HW: QCA9880 >

Re: [PATCH] ath10k: fix latency issue for QCA988x

2019-09-17 Thread Kalle Valo
Miaoqing Pan wrote: > Bad latency is found on QCA988x, the issue was introduced by > commit 4504f0e5b571 ("ath10k: sdio: workaround firmware UART > pin configuration bug"). If uart_pin_workaround is false, this > change will set uart pin even if uart_print is false. > > Tested HW: QCA9880 >

[PATCH] ath10k: fix latency issue for QCA988x

2019-08-29 Thread Miaoqing Pan
Bad latency is found on QCA988x, the issue was introduced by commit 4504f0e5b571 ("ath10k: sdio: workaround firmware UART pin configuration bug"). If uart_pin_workaround is false, this change will set uart pin even if uart_print is false. Tested HW: QCA9880 Tested FW: 10.2.4-1.0-00037 Fixes: