Comment 85 for bug 1436940

Revision history for this message
Jeremy (wa113y3s) wrote : Re: Atheros wifi 168c:0041(QCA6174) is not supported

Gauri, I would suspect your kernel supports the card without patch, check

modinfo ath10k_pci | grep 0041

if that returns: alias: pci:v0000168Cd00000041sv*sd*bc*sc*i*
All you need then is firmware from comment #81 and to set the parameter on ath10k_core with

echo "options ath10k_core skip_otp=y" | sudo tee /etc/modprobe.d/ath10k_core.conf

Reboot