Re: [PATCH] ath10k Suppress 'failed to process fft' warning messages.

2015-07-21 Thread Kevin Darbyshire-Bryant
On 21/07/15 13:04, Kalle Valo wrote: Kevin Darbyshire-Bryant ke...@darbyshire-bryant.me.uk writes: When using DFS channels on Ath10k kernel log has warning message 'failed to process fft', typically when under medium/heavy traffic. Ticket https://dev.openwrt.org/ticket/19316 discusses and

[PATCH] ath10k: suppress 'failed to process fft' warning messages.

2015-07-21 Thread Kevin Darbyshire-Bryant
When using DFS channels on Ath10k, kernel log has repeated warning message 'failed to process fft: -22' typically under medium/heavy traffic. This patch switches the warnings to driver debug (WMI events) mode only thus reducing log file noise. DFS and spectral scan share underlying HW mechanisms

[PATCH] ath10k: Add QCA99X0 to supported device list

2015-07-21 Thread Vasanthakumar Thiagarajan
Add vendor/device id of QCA99X0 V2.0 to pci id table and QCA99X0_HW_2_0_CHIP_ID_REV to ath10k_pci_supp_chips[] for QCA99X0 to get detected by the driver. Signed-off-by: Vasanthakumar Thiagarajan vthia...@qti.qualcomm.com --- drivers/net/wireless/ath/ath10k/pci.c | 2 ++ 1 file changed, 2

Re: [PATCH] ath10k Suppress 'failed to process fft' warning messages.

2015-07-21 Thread Kalle Valo
Kevin Darbyshire-Bryant ke...@darbyshire-bryant.me.uk writes: When using DFS channels on Ath10k kernel log has warning message 'failed to process fft', typically when under medium/heavy traffic. Ticket https://dev.openwrt.org/ticket/19316 discusses and concludes messages are harmless. They

Re: [PATCH 1/1] ath10k: fixing wrong initialization of struct channel

2015-07-21 Thread Kalle Valo
Maninder Singh maninder...@samsung.com writes: chandef is initialized with NULL and on the very next line, we are using it to get channel, which is not correct. channel should be initialized after obtaining chandef. Signed-off-by: Maninder Singh maninder...@samsung.com How did you find

Re: qca6174 hw2.1 firmware crash with kernel 4.1.2

2015-07-21 Thread Enrico Tagliavini
Hi Kalle, thank you very much. Hope to also see the firmware out soon :). Best regards On 21 July 2015 at 11:23, Kalle Valo kv...@qca.qualcomm.com wrote: Enrico Tagliavini enrico.tagliav...@gmail.com writes: Mhm seems like I assumed the backport missing from 4.0 was merged for 4.1 but

Re: qca6174 hw2.1 firmware crash with kernel 4.1.2

2015-07-21 Thread Kalle Valo
Enrico Tagliavini enrico.tagliav...@gmail.com writes: Mhm seems like I assumed the backport missing from 4.0 was merged for 4.1 but it is not, it's in 4.2 only. Any chance you'll ask for a backport of this 4 lines patch?