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