[PATCH] ath10k: Fix the wrong value of enums for wmi tlv stats id

2019-04-08 Thread Surabhi Vishnoi
The enum value for WMI_TLV_STAT_PDEV, WMI_TLV_STAT_VDEV and WMI_TLV_STAT_PEER is wrong, due to which the vdev stats are not received from firmware in wmi_update_stats event. Fix the enum values for above stats to receive all stats from firmware in WMI_TLV_UPDATE_STATS_EVENTID. Tested HW: WCN3990

RE: [PATCH] ath10k: Remove ATH10K_STATE_RESTARTED in simulate fw crash

2019-04-08 Thread Wen Gong
> From: Michał Kazior > Sent: Tuesday, April 9, 2019 1:27 AM > To: Wen Gong > Cc: Wen Gong ; linux-wireless wirel...@vger.kernel.org>; ath10k@lists.infradead.org > Subject: [EXT] Re: [PATCH] ath10k: Remove ATH10K_STATE_RESTARTED in > simulate fw crash > > > > Hi Michal, > > > There have a stres

Re: [PATCH v2] fq: fix fq_tin tx bytes overflow

2019-04-08 Thread Johannes Berg
On Mon, 2019-03-18 at 12:59 +0800, Yibo Zhao wrote: > > I understand your concern. Yes, I am using high end AP for throughput > test. I'd say 1.2 Gbps is not the worst case since we can achieve max > 1.4Gbps according to our test. AFAIK, for most throughput cases, 1min is > the minimum requirem

Re: [PATCH] ath10k: Remove ATH10K_STATE_RESTARTED in simulate fw crash

2019-04-08 Thread Michał Kazior
On Mon, 8 Apr 2019 at 12:20, Wen Gong wrote: > > -Original Message- > > From: Wen Gong > > Sent: Monday, April 1, 2019 2:11 PM > > To: 'Michał Kazior' > > Cc: Wen Gong ; linux-wireless > wirel...@vger.kernel.org>; ath10k@lists.infradead.org > > Subject: RE: [EXT] Re: [PATCH] ath10k: Remo

RE: [PATCH] ath10k: Remove ATH10K_STATE_RESTARTED in simulate fw crash

2019-04-08 Thread Wen Gong
> -Original Message- > From: Wen Gong > Sent: Monday, April 1, 2019 2:11 PM > To: 'Michał Kazior' > Cc: Wen Gong ; linux-wireless wirel...@vger.kernel.org>; ath10k@lists.infradead.org > Subject: RE: [EXT] Re: [PATCH] ath10k: Remove ATH10K_STATE_RESTARTED in > simulate fw crash > > >

Re: [BUG] Can't change default country code from US to DE with Compex WLE900VX (Debian 10 Buster amd64)

2019-04-08 Thread Sebastian Gottschall
just return a error code in that function so that the eeprom default is used instead of acpi like -EOPNOTSUPP static int ath10k_mac_get_wrdd_regulatory(struct ath10k *ar, u16 *rd) {     return -EOPNOTSUPP; } Am 08.04.2019 um 10:24 schrieb Rene 'Renne' Bartsch, B.Sc. Informatics: Which valu

Re: [BUG] Can't change default country code from US to DE with Compex WLE900VX (Debian 10 Buster amd64)

2019-04-08 Thread Rene 'Renne' Bartsch, B.Sc. Informatics
Which value for "*rd" in "ath10k_mac_get_wrdd_regulatory" would allow to set the country code with CRDA or "iw get set XX"? Am 08.04.19 um 09:52 schrieb Sebastian Gottschall: that doesnt matter. the bios locked country code isnt a new feature. i dont know in which century it was introduced. j

Re: [BUG] Can't change default country code from US to DE with Compex WLE900VX (Debian 10 Buster amd64)

2019-04-08 Thread Sebastian Gottschall
that doesnt matter. the bios locked country code isnt a new feature. i dont know in which century it was introduced. just patch the function i told you in ath10k. Am 07.04.2019 um 18:11 schrieb Rene 'Renne' Bartsch, B.Sc. Informatics: On an notebook and a PC (both 10-year-old and without UEFI)