OE4T / linux-tegra-4.9

NVIDIA downstream Linux kernel source Jetson platforms in single-repo form, derived from the L4T R32.x series BSP
Other
57 stars 78 forks source link

ath10k: bump up FW API to 6 #26

Closed ichergui closed 3 years ago

ichergui commented 3 years ago

For QCA6174 hw3.0, since WLAN.RM.4.4-00022-QCARMSWPZ-2, it starts to support the board ID information from otp, with some devices released on the market that didn't calibrated with OTP, will have 0 for board ID information, which cause the backward compatibility issue and was fixed in commit 'd2e202c06ca4 ("ath10k: ignore configuring the incorrect board_id")'

So bump the fw api version to differentiate the latest firmware support.

This commit is a Backported from kernel/git/torvalds/linux.git tag: v4.12 commit: aad1fd7f7677d05013b5fe247a5a6e1464c69a0f

Signed-off-by: Ilies CHERGUI ilies.chergui@gmail.com

ichergui commented 3 years ago

I'm closing this PR because it is not specific for Nvidia tegra.