Re: [PATCH] ath: fix frequent flase radar detection

2018-11-16 Thread Kalle Valo
Peter Oh writes: > On 10/14/2018 10:07 PM, Tamizh chelvam wrote: >> Many number of false radar detection occurred in a noisy >> environment in QCA4019, QCA9888 devices. By reducing >> PRI_TOLERANCE to 6 and flushing out pulse queue by dpd_reset >> if timestamp between current and previous pulse i

Re: [PATCH] ath10k: avoid -Wmaybe-uninitialized warning

2018-11-16 Thread Kalle Valo
Brian Norris writes: > Hi, > > On Fri, Nov 2, 2018 at 9:19 AM Arnd Bergmann wrote: >> >> In some configurations the inlining in gcc is suboptimal, causing >> a false-positive warning: >> >> drivers/net/wireless/ath/ath10k/mac.c: In function 'ath10k_mac_init_rd': >> drivers/net/wireless/ath/ath10

Re: [PATCH REGRESSION] Revert "ath10k: add quiet mode support for QCA6174/QCA9377"

2018-11-16 Thread Kalle Valo
Brian Norris writes: > On Wed, Nov 7, 2018 at 8:32 PM Govind Singh wrote: >> On 2018-11-08 03:00, Rajkumar Manoharan wrote: >> > On 2018-11-07 10:56, Brian Norris wrote: >> >> This reverts commit cfb353c0dc058bc1619cc226d3cbbda1f360bdd3. >> >> >> >> WCN3990 firmware does not yet implement this f

Re: [PATCH 3/3] ath10k: Add support to configure ftm responder role

2018-11-16 Thread Kalle Valo
Kalle Valo writes: > Sebastian Gottschall writes: > >> Am 15.08.2018 um 02:30 schrieb Pradeep Kumar Chitrapu: >>> + if (test_bit(WMI_SERVICE_RTT, ar->wmi.svc_map)) >>> + wiphy_ext_feature_set(ar->hw->wiphy, >>> + NL80211_EXT_FEATURE_SET_FTM_RESPONDER);

Re: [PATCH 4.20] ath10k: don't assume 'vif' is non-NULL in flush()

2018-11-16 Thread Kalle Valo
Brian Norris wrote: > mac80211 may call us with vif == NULL, if the station is not currently > active (e.g., not associated). It is trivially easy to reproduce a crash > by suspending the system when not connected to an AP: > > [ 65.533934] Unable to handle kernel NULL pointer dereference at v

Re: [PATCH v4 0/3] Enable ath10k wcn3990 wifi driver support on sdm845

2018-11-16 Thread Kalle Valo
Govind Singh writes: > This series enables ath10k wifi driver support for WCN3990 target > on sdm845 SOC. This series also updates the missing dt binding documentation > and adds optional iommu property. > > Changes since v3: > Moved interrupt/reg/reg-name to required property. > Removed

missing firmware in debian 9

2018-11-16 Thread Anil Duggirala
hello, I am getting this message at boot. [ 10.678576] ath10k_pci :03:00.0: firmware: failed to load ath10k/pre-cal-pci-:03:00.0.bin (-2) [ 10.678631] ath10k_pci :03:00.0: Direct firmware load for ath10k/pre-cal-pci-:03:00.0.bin failed with error -2 [ 10.678655] ath10k_pci

Re: [PATCH v4 0/3] Enable ath10k wcn3990 wifi driver support on sdm845

2018-11-16 Thread Govind Singh
On 2018-11-16 18:59, Kalle Valo wrote: Govind Singh writes: This series enables ath10k wifi driver support for WCN3990 target on sdm845 SOC. This series also updates the missing dt binding documentation and adds optional iommu property. Changes since v3: Moved interrupt/reg/reg-name to

Re: [PATCH REGRESSION] Revert "ath10k: add quiet mode support for QCA6174/QCA9377"

2018-11-16 Thread Brian Norris
On Fri, Nov 16, 2018 at 2:15 AM Kalle Valo wrote: > Thanks Brian for investigating this and providing the revert! I think Govind did most of the investigation, but I did at least do the hard work of submitting the revert ;) ___ ath10k mailing list ath1

[PATCH] qca-swiss-army-knife: ath10k-fwencoder: add new 'single-chan-info-per-channel'

2018-11-16 Thread Brian Norris
Signed-off-by: Brian Norris --- This ancient Wifi still tells me I can send patches here, though I haven't seen that much :) https://github.com/mcgrof/qca-swiss-army-knife/wiki tools/scripts/ath10k/ath10k-fwencoder | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/sc

Re: [PATCH] qca-swiss-army-knife: ath10k-fwencoder: add new 'single-chan-info-per-channel'

2018-11-16 Thread Brian Norris
On Fri, Nov 16, 2018 at 4:47 PM Brian Norris wrote: > This ancient Wifi still tells me I can send patches here, though I s/Wifi/Wiki/ Sorry, Brian > haven't seen that much :) > > https://github.com/mcgrof/qca-swiss-army-knife/wiki ___ ath10k mailing