From: Bruno Martins Date: Thu, 22 Feb 2024 16:33:54 +0000 (+0000) Subject: radxa0: Fix WiFi STA FW filename and remove path to AP FW X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ceef5be7884dbe3339a3d933a53015ebc0d175a4;p=GitHub%2FLineageOS%2FG12%2Fandroid_device_radxa_radxa0.git radxa0: Fix WiFi STA FW filename and remove path to AP FW 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 --- diff --git a/BoardConfig.mk b/BoardConfig.mk index c5361d2..e3588e9 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -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