summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsaac Chiou <isaacchiou@google.com>2022-06-23 18:59:08 +0800
committerRoger Liao <rogerliao@google.com>2022-12-13 11:42:18 +0800
commit5b59b53656abee9af7cbbeec688e60e167e22a1a (patch)
treeeb3f411b7f7e2d50bcddccd3bcc11f092d7d679d
parentd3d2f040b005b327db0caf8245dfb48555a1ec98 (diff)
downloadbcm4389-5b59b53656abee9af7cbbeec688e60e167e22a1a.tar.gz
Disable MAC provision check at current stage and will enable it before shipping. Bug: 236938229 Test: Wifi works fine Change-Id: I7a57b6ecdbc1e81eae68fd71589fe6b812fb296c (cherry picked from commit 0ee6f4352ea5b93f43daf2bff39777165e5b0673)
-rw-r--r--Kbuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/Kbuild b/Kbuild
index fd6ceaf..500903f 100644
--- a/Kbuild
+++ b/Kbuild
@@ -384,9 +384,9 @@ DHDCFLAGS += -DWL_P2P_RAND
#Custom Mapping of DSCP to User Priority
DHDCFLAGS += -DWL_CUSTOM_MAPPING_OF_DSCP
# Enable below define for production
-ifneq ($(CONFIG_SOC_GOOGLE),)
-DHDCFLAGS += -DMACADDR_PROVISION_ENFORCED
-endif
+# ifneq ($(CONFIG_SOC_GOOGLE),)
+# DHDCFLAGS += -DMACADDR_PROVISION_ENFORCED
+# endif
ifneq ($(CONFIG_BCMDHD_PCIE),)
DHDCFLAGS += -DDHD_WAKE_STATUS
endif