radxa0: Fix WiFi STA FW filename and remove path to AP FW
authorBruno Martins <bgcngm@gmail.com>
Thu, 22 Feb 2024 16:33:54 +0000 (16:33 +0000)
committerBruno Martins <bgcngm@gmail.com>
Fri, 23 Feb 2024 18:03:40 +0000 (18:03 +0000)
Removing the path to AP FW results in not trigerring a reload when
enabling soft AP, which is actually desired in this case since the
firmware file is the same.

Change-Id: I3b833e2675ec87d63623f84becb362d606aafcef

BoardConfig.mk

index ee129f05902cb0a72e2091ba2fcb415dbabf951a..e886afe8608c2ee2a4b86b3cd17b850fb8faf3e6 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2021-2023 The LineageOS Project
+# Copyright (C) 2021-2024 The LineageOS Project
 #
 # SPDX-License-Identifier: Apache-2.0
 #
@@ -29,8 +29,7 @@ BOARD_HOSTAPD_PRIVATE_LIB := lib_driver_cmd_bcmdhd
 BOARD_WLAN_DEVICE := bcmdhd
 BOARD_WPA_SUPPLICANT_DRIVER := NL80211
 BOARD_WPA_SUPPLICANT_PRIVATE_LIB := lib_driver_cmd_bcmdhd
-WIFI_DRIVER_FW_PATH_AP := "/vendor/etc/wifi/buildin/fw_fw_bcm4356a2_ag_apsta.bin"
-WIFI_DRIVER_FW_PATH_STA := "/vendor/etc/wifi/buildin/fw_bcm4356a2_ag.bin"
+WIFI_DRIVER_FW_PATH_STA := "/vendor/etc/wifi/buildin/fw_bcm43456c5_ag.bin"
 WIFI_DRIVER_FW_PATH_PARAM := "/sys/module/dhd/parameters/firmware_path"
 WPA_SUPPLICANT_VERSION := VER_0_8_X