From c6d0a6d2046b5e00e414febe5db554c5ed624ba5 Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Fri, 23 Feb 2024 12:57:10 +0000 Subject: [PATCH] radxa0: Default to the latest Broadcom DHD driver version The older versions of the driver no longer seem to be compatible with newer versions of Android, causing the Wi-Fi service to crash when disabling/enabling the radio, at least on Android 13 where the issue was noticed. Use the new one as it works just fine in conjunction with the latest firmware for AP6256, the chip used in Radxa Zero board. Change-Id: If2bc24f5e5b8ffb0db0e71762b552ad68c2e05aa --- device.mk | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/device.mk b/device.mk index 4083569..a1c2ebe 100644 --- a/device.mk +++ b/device.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 # @@ -24,9 +24,6 @@ PRODUCT_PACKAGES += \ ## TEE TARGET_HAS_TEE := false -# Wi-Fi -TARGET_DHD_VERSION := bcmdhd.100.10.545.x - # Wi-Fi Firmware include hardware/amlogic/kernel-modules/dhd-driver/firmware/firmware.mk -- 2.20.1