From a0142c57045701b7557c3060af5c4246c420e4d8 Mon Sep 17 00:00:00 2001 From: Dmitry Baryshkov Date: Wed, 6 Sep 2023 03:21:07 +0300 Subject: [PATCH] ath10k/WCN3990: move wlanmdsp to qcom/sdm845 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 Signed-off-by: Dmitry Baryshkov Signed-off-by: Josh Boyer --- 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 --git a/WHENCE b/WHENCE index e057a5e4..7eaedd49 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