Re: [PATCH] ath10k: restore QCA9880-AR1A (v1) detection

2019-09-20 Thread Christian Lamparter
On Tuesday, September 17, 2019 8:44:12 AM CEST Kalle Valo wrote: > Christian Lamparter wrote: > > > This patch restores the old behavior that read > > the chip_id on the QCA988x before resetting the > > chip. This needs to be done in this order since > > the unsupported QCA988x AR1A chips fall

Re: [PATCH v5 0/8] ath10k: improve throughout of tcp/udp TX/RX of sdio

2019-09-20 Thread Kalle Valo
Wen Gong writes: The bottleneck of throughout on sdio chip is the bus bandwidth, to the patches are all to increase the use ratio of sdio bus. > >>> I tried to apply patches 2-8, patch 2 had a conflict due to my changes >>> and patch 8 didn't apply at all. Also I saw few warnings with

RE: [PATCH v3] ath10k: support NET_DETECT WoWLAN feature

2019-09-20 Thread Wen Gong
> -Original Message- > From: Kalle Valo > Sent: Friday, September 20, 2019 3:32 PM > To: Wen Gong > Cc: Brian Norris ; linux-wireless wirel...@vger.kernel.org>; Linux Kernel ; > ath10k@lists.infradead.org; Wen Gong > Subject: [EXT] Re: [PATCH v3] ath10k: support NET_DETECT WoWLAN

Re: [PATCH 2/4] mac80211: defer txqs removal from rbtree

2019-09-20 Thread Toke Høiland-Jørgensen
Yibo Zhao writes: > On 2019-09-19 18:37, Toke Høiland-Jørgensen wrote: >> Yibo Zhao writes: >> >>> On 2019-09-18 19:23, Toke Høiland-Jørgensen wrote: Yibo Zhao writes: > On 2019-09-18 05:10, Toke Høiland-Jørgensen wrote: >> Yibo Zhao writes: >> >>> In a loop txqs

Re: [PATCH 1/4] mac80211: Switch to a virtual time-based airtime scheduler

2019-09-20 Thread Yibo Zhao
On 2019-09-18 05:31, Toke Høiland-Jørgensen wrote: Yibo Zhao writes: From: Toke Høiland-Jørgensen This switches the airtime scheduler in mac80211 to use a virtual time-based scheduler instead of the round-robin scheduler used before. This has a couple of advantages: - No need to sync up

Re: [PATCH 2/4] mac80211: defer txqs removal from rbtree

2019-09-20 Thread Yibo Zhao
On 2019-09-19 18:37, Toke Høiland-Jørgensen wrote: Yibo Zhao writes: On 2019-09-18 19:23, Toke Høiland-Jørgensen wrote: Yibo Zhao writes: On 2019-09-18 05:10, Toke Høiland-Jørgensen wrote: Yibo Zhao writes: In a loop txqs dequeue scenario, if the first txq in the rbtree gets removed

Re: [PATCH v3] ath10k: support NET_DETECT WoWLAN feature

2019-09-20 Thread Kalle Valo
Wen Gong writes: >> -Original Message- >> From: ath10k On Behalf Of Kalle Valo >> Sent: Wednesday, September 18, 2019 10:03 PM >> To: Brian Norris >> Cc: linux-wireless ; Linux Kernel > ker...@vger.kernel.org>; ath10k@lists.infradead.org; Wen Gong >> >> Subject: [EXT] Re: [PATCH v3]