From a0d3556d7baa36a1ea94496e4affa19e6b59a10d Mon Sep 17 00:00:00 2001 From: Nolen Johnson Date: Fri, 9 Dec 2022 22:32:40 -0500 Subject: [PATCH] wade: Declare our Wi-Fi chipset vendor * Now the node permissions are commonized, and guarded by these properties which are set by the multihal on stock, but here we'll just leave it to devices to declare their vendor as we use standalone vendor HALs. Change-Id: If0720482862de75abbcbf09d3ad502728737867a --- vendor.prop | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vendor.prop b/vendor.prop index e04e259..7234ed8 100644 --- a/vendor.prop +++ b/vendor.prop @@ -14,3 +14,6 @@ ro.vendor.nrdp.oemmodel="Dynalink_Dynalink TV Box" ## SOC ro.soc.model=AMLS905X2 + +## Wi-Fi +vendor.bcm_wifi=bcm -- 2.20.1