From 2d4b6c2b448b097dce933b2ad45bf40011213b7c Mon Sep 17 00:00:00 2001 From: Youngsoo Kim Date: Thu, 28 Feb 2019 13:01:32 +0900 Subject: [PATCH] [RAMEN9610-12700][Common] Revert "fix not releasing hip4_wake_lock" This reverts commit d8ed961c7594adba0beb962ac76546c48ef3cbc4. Change-Id: I1eb2fff62589620b2783c96382c3b3a4f1701683 --- drivers/net/wireless/scsc/Kconfig | 2 ++ drivers/net/wireless/scsc/hip4.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/net/wireless/scsc/Kconfig b/drivers/net/wireless/scsc/Kconfig index fed59c0350dd..fea095676678 100644 --- a/drivers/net/wireless/scsc/Kconfig +++ b/drivers/net/wireless/scsc/Kconfig @@ -39,12 +39,14 @@ config SCSC_WLAN_SKB_TRACKING config SCSC_WLAN_RX_NAPI bool "Enable use of net device napi rx polling api" + default y ---help--- This option enables the drivers use of the napi api config SCSC_WLAN_RX_NAPI_GRO bool "Enable use of net device napi rx GRO" depends on SCSC_WLAN_RX_NAPI + default y ---help--- This option enables the drivers use of the napi Generic Receive Offload diff --git a/drivers/net/wireless/scsc/hip4.c b/drivers/net/wireless/scsc/hip4.c index e7b36b385fa1..882e4ffef04f 100755 --- a/drivers/net/wireless/scsc/hip4.c +++ b/drivers/net/wireless/scsc/hip4.c @@ -58,7 +58,7 @@ static bool hip4_smapper_is_enabled; #ifdef CONFIG_SCSC_WLAN_RX_NAPI /* run NAPI poll on a specific CPU (preferably a big CPU if online) */ -static int napi_select_cpu = 4; /* CPU number */ +static int napi_select_cpu; /* CPU number */ module_param(napi_select_cpu, int, 0644); MODULE_PARM_DESC(napi_select_cpu, "select a specific CPU to execute NAPI poll"); #endif -- 2.20.1