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:21:53 +0000 (18:21 +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 c5361d28d60d3957f6672bb20f1991033635e594..e3588e936b76b076e90e95cc51f844c3238d190b 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
 #
@@ -30,8 +30,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