From fd0ae38354b69e66da1c7305b31ddc148a11a3d3 Mon Sep 17 00:00:00 2001 From: Nolen Johnson Date: Fri, 9 Dec 2022 22:32:40 -0500 Subject: [PATCH] deadpool: 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 d2b9e43..c88c8fa 100644 --- a/vendor.prop +++ b/vendor.prop @@ -17,3 +17,6 @@ ro.vendor.nrdp.modelgroup=deadpool ## SOC ro.soc.model=AMLS905Y2 + +## Wi-Fi +vendor.bcm_wifi=bcm -- 2.20.1