firmware_qualcomm: remove BDF symlinks
Regulatory domain is now provided as a Kernel parameter, and the wlan driver uses it to select the correct BDF file, so we don't need to change the symbolic links to point to one file or another anymore. https://onedigi.atlassian.net/browse/DEL-8360 Signed-off-by: Gonzalo Ruiz <Gonzalo.Ruiz@digi.com>
This commit is contained in:
parent
7db683f9fe
commit
aa41094ef5
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2016-2022 Digi International.
|
# Copyright (C) 2016-2023 Digi International.
|
||||||
|
|
||||||
SUMMARY = "Qualcomm firmware files for Digi's platforms."
|
SUMMARY = "Qualcomm firmware files for Digi's platforms."
|
||||||
SECTION = "base"
|
SECTION = "base"
|
||||||
|
|
@ -110,10 +110,6 @@ do_install() {
|
||||||
ln -s /proc/device-tree/wireless/mac-address2 ${D}${WIFI_FW_PATH}/wlan/wlan_mac2
|
ln -s /proc/device-tree/wireless/mac-address2 ${D}${WIFI_FW_PATH}/wlan/wlan_mac2
|
||||||
ln -s /proc/device-tree/wireless/mac-address3 ${D}${WIFI_FW_PATH}/wlan/wlan_mac3
|
ln -s /proc/device-tree/wireless/mac-address3 ${D}${WIFI_FW_PATH}/wlan/wlan_mac3
|
||||||
|
|
||||||
# Create symbolic links to the proper FW files depending on the country region
|
|
||||||
ln -s bdwlan30_US.bin ${D}${WIFI_FW_PATH}/bdwlan30.bin
|
|
||||||
ln -s bdwlan30_US.bin ${D}${WIFI_FW_PATH}/utfbd30.bin
|
|
||||||
|
|
||||||
if [ "${FW_QUALCOMM_WIFI}" = "${FW_QCA65X4_PCIE_PROPRIETARY}" ]; then
|
if [ "${FW_QUALCOMM_WIFI}" = "${FW_QCA65X4_PCIE_PROPRIETARY}" ]; then
|
||||||
ln -s qwlan30.bin ${D}${WIFI_FW_PATH}/athwlan.bin
|
ln -s qwlan30.bin ${D}${WIFI_FW_PATH}/athwlan.bin
|
||||||
ln -s otp30.bin ${D}${WIFI_FW_PATH}/athsetup.bin
|
ln -s otp30.bin ${D}${WIFI_FW_PATH}/athsetup.bin
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue