RE: [PATCH] ath10k: support PCIe enter L1 state

2018-11-14 Thread Wen Gong
> -Original Message- > From: ath10k On Behalf Of Brian > Norris > Sent: Thursday, November 15, 2018 8:29 AM > To: Wen Gong > Cc: linux-wirel...@vger.kernel.org; ath10k@lists.infradead.org > Subject: [EXTERNAL] Re: [PATCH] ath10k: support PCIe enter L1 state > > Hi Wen, > > > > >

Re: [PATCH v4 2/3] dts: arm64/sdm845: Add WCN3990 WLAN module device node

2018-11-14 Thread Brian Norris
Hi Govind, On Mon, Nov 05, 2018 at 06:38:37PM +0530, Govind Singh wrote: > Add device node for the ath10k SNOC platform driver probe > and add resources required for WCN3990 on SDM845 soc. > > Signed-off-by: Govind Singh > Reviewed-by: Brian Norris > Tested-by: Brian Norris > --- >

Re: atk10k Unknown eventid and WARN() on resume with kernel 4.19

2018-11-14 Thread Gabriel C
Am Mi., 14. Nov. 2018 um 23:16 Uhr schrieb Gabriel C : > > > Hello, > > > > > > starting with kernel 4.19 we noticed 'Unknown eventid: ' warnings > > > on our Laptops. > > > > > > ... > > > > > > crazy@devnull:~$ dmesg | grep Unknow > > > [7.144998] ath10k_pci :03:00.0: Unknown

Re: [PATCH] ath10k: support PCIe enter L1 state

2018-11-14 Thread Brian Norris
Hi Wen, On Wed, Nov 14, 2018 at 10:50:48AM +0800, Wen Gong wrote: > QCA6174A/QCA9377 PCIe chips support PCIe L1 and L1SS, and indicate the > L1/L1SS capabilities in PCI configuration space. Currently ath10k driver > write target PCIe config flags to disallow HW enter into L1, this leads > some HW

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

2018-11-14 Thread Brian Norris
Hi Wen, You've introduced a regression in 4.20-rc1: On Thu, Aug 16, 2018 at 02:48:33PM +0800, Wen Gong wrote: > For WoWLAN support, it expect to support wake up based on discovery of > one or more known SSIDs. This is the WIPHY_WOWLAN_NET_DETECT feature, > which shows up as an NL80211 feature

Re: atk10k Unknown eventid and WARN() on resume with kernel 4.19

2018-11-14 Thread Gabriel C
Am Sa., 3. Nov. 2018 um 21:11 Uhr schrieb Gabriel C : > > Am Sa., 3. Nov. 2018 um 21:01 Uhr schrieb Gabriel C : > > > > Hello, > > > > starting with kernel 4.19 we noticed 'Unknown eventid: ' warnings > > on our Laptops. > > > > ... > > > > crazy@devnull:~$ dmesg | grep Unknow > > [

Re: [PATCH v3 3/6] mac80211: Add airtime accounting and scheduling to TXQs

2018-11-14 Thread Toke Høiland-Jørgensen
Felix Fietkau writes: > On 2018-11-12 23:51, Rajkumar Manoharan wrote: >> From: Toke Høiland-Jørgensen >> >> This adds airtime accounting and scheduling to the mac80211 TXQ >> scheduler. A new callback, ieee80211_sta_register_airtime(), is added >> that drivers can call to report airtime usage

Re: [PATCH v3 3/6] mac80211: Add airtime accounting and scheduling to TXQs

2018-11-14 Thread Felix Fietkau
On 2018-11-12 23:51, Rajkumar Manoharan wrote: > From: Toke Høiland-Jørgensen > > This adds airtime accounting and scheduling to the mac80211 TXQ > scheduler. A new callback, ieee80211_sta_register_airtime(), is added > that drivers can call to report airtime usage for stations. > > When