+ linux-wireless Ryan Hsu <ryanhsu@xxxxxxxxxxxxxxxx> writes: >>> ath10k_pci 0000:3a:00.0: Direct firmware load for >>> ath10k/pre-cal-pci-0000:3a:00.0.bin failed with error -2 >>> ath10k_pci 0000:3a:00.0: Direct firmware load for >>> ath10k/cal-pci-0000:3a:00.0.bin failed with error -2 >> Do they have anything to do with this? Hardware is > > This error message is confusing since QCA6174 is not supporting > pre-calibration feature, this reminds me that we need to clean this > up. These warnings come up again because of this commit: c0cc00f250e1 ath10k: activate user space firmware loading again https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git/commit/?h=ath-next&id=c0cc00f250e19c717fc9cdbdb7f55aaa569c7498 We really need a function like request_firmware_nowarn() which would not print a warning everytime a file is not found. It just confuses the users and make them falsely believe that's the reason of their problems. -- Kalle Valo