From 85b57ad19be4ee7305e611ca16aed16193065404 Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Thu, 22 Feb 2024 16:33:54 +0000 Subject: [PATCH] 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 --- BoardConfig.mk | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index ee129f0..e886afe 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 # @@ -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 -- 2.20.1