From 89bf334852fce3dd70cebf9660007778ad540b06 Mon Sep 17 00:00:00 2001 From: Srinivas Girigowda Date: Mon, 10 Aug 2020 17:11:51 -0700 Subject: [PATCH] qcacld-3.0: Introduce CONFIG_WLAN_TRACE_HIDE_MAC_ADDRESS MAC address is of the format (XX:XX:XX:XX:XX:XX), This feature is to hide logging 2nd, 3rd and 4th octet of the MAC address in the logs. To enable this feature set CONFIG_WLAN_TRACE_HIDE_MAC_ADDRESS to y. For example, if this feature is enabled, then mac address ae:45:9c:f1:c0:98 shall be printed as ae:**:**:**:c0:98 If this feature is disabled, then QDF_MAC_ADDR_FMT translates to "%pM" and by default this feature disabled. Change-Id: Ib4086c1390c3ecafa637616954939f7d2c9c0e5b CRs-Fixed: 2752355 --- configs/default_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/default_defconfig b/configs/default_defconfig index 08a2b16a2e..ea112d7240 100644 --- a/configs/default_defconfig +++ b/configs/default_defconfig @@ -521,6 +521,7 @@ CONFIG_MAX_ALLOC_PAGE_SIZE := y CONFIG_REO_DESC_DEFER_FREE := y CONFIG_RXDMA_ERR_PKT_DROP := y CONFIG_DELIVERY_TO_STACK_STATUS_CHECK := y +CONFIG_WLAN_TRACE_HIDE_MAC_ADDRESS := n ifeq ($(CONFIG_FEATURE_TSO), y) CONFIG_FEATURE_TSO_STATS := y