diff mbox series

ath10k/WCN3990: move wlanmdsp to qcom/sdm845

Message ID 20230906002107.1311378-1-dmitry.baryshkov@linaro.org
State New
Headers show
Series ath10k/WCN3990: move wlanmdsp to qcom/sdm845 | expand

Commit Message

Dmitry Baryshkov Sept. 6, 2023, 12:21 a.m. UTC
The firmware file ath10k/WCN3990/hw1.0/wlanmdsp.mbn is platform-specific
(rather than being specific to the WiFi chip itself) and can be used
only on the Qualcomm SDM845 platform and close relatives. Other
platforms (e.g. Qualcomm QCM2290, QRB4210) are going to provie their own
copies of the wlanmdsp.mbn firmware.

As discussed with Kalle, move this file to the platform-specific folder,
providing the backwards-compatibility symlink.

Cc: Kalle Valo <kvalo@qca.qualcomm.com>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
---
 WHENCE                                              |   6 +++---
 .../hw1.0 => qcom/sdm845}/notice.txt_wlanmdsp       |   0
 {ath10k/WCN3990/hw1.0 => qcom/sdm845}/wlanmdsp.mbn  | Bin
 3 files changed, 3 insertions(+), 3 deletions(-)
 rename {ath10k/WCN3990/hw1.0 => qcom/sdm845}/notice.txt_wlanmdsp (100%)
 rename {ath10k/WCN3990/hw1.0 => qcom/sdm845}/wlanmdsp.mbn (100%)
diff mbox series

Patch

diff --git a/WHENCE b/WHENCE
index 390a5689408e..7c3c34d51f53 100644
--- a/WHENCE
+++ b/WHENCE
@@ -3395,10 +3395,10 @@  Version: WLAN.TF.2.1-00021-QCARMSWP-1
 File: ath10k/QCA9377/hw1.0/notice_ath10k_firmware-6.txt
 File: ath10k/WCN3990/hw1.0/board-2.bin
 File: ath10k/WCN3990/hw1.0/firmware-5.bin
-File: ath10k/WCN3990/hw1.0/wlanmdsp.mbn
-Link: qcom/sdm845/wlanmdsp.mbn -> ../../ath10k/WCN3990/hw1.0/wlanmdsp.mbn
+File: qcom/sdm845/wlanmdsp.mbn
+Link: ath10k/WCN3990/hw1.0/wlanmdsp.mbn -> ../../../qcom/sdm845/wlanmdsp.mbn
 Version: WLAN.HL.2.0-01387-QCAHLSWMTPLZ-1
-File: ath10k/WCN3990/hw1.0/notice.txt_wlanmdsp
+File: qcom/sdm845/notice.txt_wlanmdsp
 
 Licence: Redistributable. See LICENSE.QualcommAtheros_ath10k for details
 
diff --git a/ath10k/WCN3990/hw1.0/notice.txt_wlanmdsp b/qcom/sdm845/notice.txt_wlanmdsp
similarity index 100%
rename from ath10k/WCN3990/hw1.0/notice.txt_wlanmdsp
rename to qcom/sdm845/notice.txt_wlanmdsp
diff --git a/ath10k/WCN3990/hw1.0/wlanmdsp.mbn b/qcom/sdm845/wlanmdsp.mbn
similarity index 100%
rename from ath10k/WCN3990/hw1.0/wlanmdsp.mbn
rename to qcom/sdm845/wlanmdsp.mbn