#19316: ath10k_pci 0000:01:00.0: failed to process fft report: -22 ----------------------+------------------------ Reporter: kevindb | Owner: developers Type: defect | Status: new Priority: normal | Milestone: Component: kernel | Version: Trunk Resolution: | Keywords: ath10k fft ----------------------+------------------------
Comment (by kraut): I've got severall problems with a kernel bug in 15.05.1 and mac80211/hostap issues in trunk, so i rolled back to 15.05. I also had the problem with the log noise. I fetched the 15.05 source with the tag from git. I modified that patched, so it works with such build tree like this. openwrt- 483dac8/package/kernel/mac80211/patches/931-ath10k_suppress_failed_to_process_fft_warning.patch {{{ --- a/drivers/net/wireless/ath/ath10k/wmi.c +++ b/drivers/net/wireless/ath/ath10k/wmi.c @@ -1905,7 +1905,7 @@ fftr, fftr_len, tsf); if (res < 0) { - ath10k_warn(ar, "failed to process fft report: %d\n", + ath10k_dbg(ar, ATH10K_DBG_WMI, "failed to process fft report: %d\n", res); return; } }}} -- Ticket URL: <https://dev.openwrt.org/ticket/19316#comment:9> OpenWrt <http://openwrt.org> Opensource Wireless Router Technology _______________________________________________ openwrt-tickets mailing list openwrt-tickets@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets