commit | f008d1537bf88396cf41a7c7a831e3acd1ee92a1 | [log] [tgz] |
---|---|---|
author | Erik Stromdahl <erik.stromdahl@gmail.com> | Wed Apr 26 12:17:59 2017 +0300 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Thu May 04 15:55:50 2017 +0300 |
tree | 3b6a6a9ad2bf96623fc1fd2f5b534087a4f5d0d8 | |
parent | 04ff79467ec27eec6891542ca200f65883635eaf [diff] |
ath10k: different fw file name for sdio Since both SDIO based chipsets will use different firmware from the PCIe and AHB chipsets, the fw file name must be different depending on bus type. The new firmware names are: For PCIe and AHB: firmware-<api_version>.bin (same as before) For SDIO: firmware-sdio-<api_version>.bin Signed-off-by: Erik Stromdahl <erik.stromdahl@gmail.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>