diff options
| author | Dmitry Baryshkov <dmitry.baryshkov@linaro.org> | 2024-09-12 11:40:39 +0300 |
|---|---|---|
| committer | Mario Limonciello <superm1@gmail.com> | 2024-10-28 21:23:33 +0000 |
| commit | 048795eef35036cb200cc4049f920c149eb31753 (patch) | |
| tree | 5ccde690ad0fbfe477c7550468b4ec0019d34e3b /WHENCE | |
| parent | b6b5634fd603f09484d8bc55dc781c7da1050b67 (diff) | |
ath11k: move WCN6750 firmware to the device-specific subdir
As demonstrated by the inability to use existing WCN6750 firmware on
QCM6490 / QCS6490 devices, such firmware files are device-specific. As a
preparation to adding more device-specific firmware, move existing
firmware to the sc7280/ subdir, squashing it in proceess. Squashing it
simplifies loading (as it requires just a single file access / userspace
call) and also it requires just a single compatibility symlink instead
of ten.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Diffstat (limited to 'WHENCE')
| -rw-r--r-- | WHENCE | 12 |
1 files changed, 2 insertions, 10 deletions
@@ -3775,16 +3775,8 @@ File: ath11k/QCN9074/hw1.0/m3.bin Version: WLAN.HK.2.7.0.1-01744-QCAHKSWPL_SILICONZ-1 File: ath11k/QCN9074/hw1.0/Notice.txt File: ath11k/WCN6750/hw1.0/board-2.bin -File: ath11k/WCN6750/hw1.0/wpss.b00 -File: ath11k/WCN6750/hw1.0/wpss.b01 -File: ath11k/WCN6750/hw1.0/wpss.b02 -File: ath11k/WCN6750/hw1.0/wpss.b03 -File: ath11k/WCN6750/hw1.0/wpss.b04 -File: ath11k/WCN6750/hw1.0/wpss.b05 -File: ath11k/WCN6750/hw1.0/wpss.b06 -File: ath11k/WCN6750/hw1.0/wpss.b07 -File: ath11k/WCN6750/hw1.0/wpss.b08 -File: ath11k/WCN6750/hw1.0/wpss.mdt +File: ath11k/WCN6750/hw1.0/sc7280/wpss.mbn +Link: ath11k/WCN6750/hw1.0/wpss.mdt -> sc7280/wpss.mbn Version: WLAN.MSL.1.0.1-01160-QCAMSLSWPLZ-1 File: ath11k/WCN6750/hw1.0/Notice.txt File: ath11k/IPQ5018/hw1.0/board-2.bin |
