I have a inspiron 15 5557 which uses a Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter and just installed F23. However I cannot get the wifi to connect. After some research I have found that there appears to be an issue involving my wireless adapter and its firmware, but that this issue has supposedly being resolved. However, for me it just doesn't work. The issue is described here and apparently there is a solution discussed in comment #11 on that thread shown here which implies downloading the firmware from this link. I did all that. First I tried to update the firmware as suggested here and here using both "dnf --enablerepo=updates-testing update linux-firmware" and "dnf update linux-firmware" but no updates were available. After that I try to copy the firmware directly from the link into the folders /lib/firmware/ath10k/QCA6174/hw3.0 and /lib/firmware/ath10k/QCA6174/hw2.1 and restarted the computer as suggested here in "Update Firmware" and again no wireless at all. The output of "dmesg | grep ath10k" is
[vinicius@localhost ~]$ dmesg | grep ath10k
[ 6.613416] ath10k_pci 0000:02:00.0: enabling device (0000 -> 0002)
[ 6.613902] ath10k_pci 0000:02:00.0: pci irq msi-x interrupts 8 irq_mode 0 reset_mode 0
[ 6.823771] ath10k_pci 0000:02:00.0: Direct firmware load for ath10k/cal-pci-0000:02:00.0.bin failed with error -2
[ 6.827409] ath10k_pci 0000:02:00.0: Direct firmware load for ath10k/QCA6174/hw3.0/board-pci-168c:003e:1028:0310.bin failed with error -2
[ 6.827412] ath10k_pci 0000:02:00.0: failed to load spec board file, falling back to generic: -2
[ 6.843197] ath10k_pci 0000:02:00.0: Direct firmware load for ath10k/QCA6174/hw3.0/firmware-5.bin failed with error -2
[ 6.843200] ath10k_pci 0000:02:00.0: could not fetch firmware file 'ath10k/QCA6174/hw3.0/firmware-5.bin': -2
[ 9.043484] ath10k_pci 0000:02:00.0: qca6174 hw3.2 (0x05030000, 0x00340aff, 168c:003e:1028:0310 fallback) fw WLAN.RM.2.0-00180-QCARMSWPZ-1 api 4 htt-ver 3.26 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1 features wowlan,ignore-otp,no-4addr-pad
[ 9.043487] ath10k_pci 0000:02:00.0: debug 0 debugfs 1 tracing 0 dfs 0 testmode 0
[ 12.042319] ath10k_pci 0000:02:00.0: could not suspend target (-11)
[ 12.113064] ath10k_pci 0000:02:00.0 wlp2s0: renamed from wlan0
[ 17.390547] ath10k_pci 0000:02:00.0: failed to enable dynamic BW: -11
[ 23.389557] ath10k_pci 0000:02:00.0: could not suspend target (-11)
[ 28.751696] ath10k_pci 0000:02:00.0: failed to enable dynamic BW: -11
[ 34.750695] ath10k_pci 0000:02:00.0: could not suspend target (-11)
[ 40.070852] ath10k_pci 0000:02:00.0: failed to enable dynamic BW: -11
[ 46.069874] ath10k_pci 0000:02:00.0: could not suspend target (-11)
[ 61.457494] ath10k_pci 0000:02:00.0: failed to enable dynamic BW: -11
[ 67.456330] ath10k_pci 0000:02:00.0: could not suspend target (-11)
[ 72.776472] ath10k_pci 0000:02:00.0: failed to enable dynamic BW: -11
[ 78.775629] ath10k_pci 0000:02:00.0: could not suspend target (-11)
Thank you all for your help.