From 71c5f0a73e0eca20ce964c35c756955951b1c36d Mon Sep 17 00:00:00 2001 From: sunyue5 Date: Wed, 4 Sep 2019 15:16:53 +0800 Subject: [PATCH] config: Enable SCSC_WLAN_ABNORMAL_MULTICAST_PKT_FILTER Drop pkts whose mac address are unicast and ip address are multicast. It can optimize wifi power consumption. Change-Id: I5fcb63783e76a4dae78b8305d6e0fc0a009c1aa7 Signed-off-by: sunyue5 Reviewed-on: https://gerrit.mot.com/1415107 SLTApproved: Slta Waiver SME-Granted: SME Approvals Granted Tested-by: Jira Key Reviewed-by: Xiangpo Zhao Submit-Approved: Jira Key --- arch/arm64/configs/ext_config/moto-erd9610.config | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/ext_config/moto-erd9610.config b/arch/arm64/configs/ext_config/moto-erd9610.config index f78e2bac7787..6d12da64f88a 100644 --- a/arch/arm64/configs/ext_config/moto-erd9610.config +++ b/arch/arm64/configs/ext_config/moto-erd9610.config @@ -53,3 +53,4 @@ CONFIG_EXT4_FS_SECURITY=y CONFIG_EXFAT_FS=y CONFIG_USB_CONFIGFS_MASS_STORAGE=y CONFIG_USB_RTL8152=y +CONFIG_SCSC_WLAN_ABNORMAL_MULTICAST_PKT_FILTER=y -- 2.20.1