[RAMEN9610-12462][9610] fix not releasing hip4_wake_lock
authordujeonglee <dujeong.lee@samsung.com>
Fri, 22 Feb 2019 11:57:31 +0000 (20:57 +0900)
committerhskang <hs1218.kang@samsung.com>
Sun, 24 Feb 2019 13:06:32 +0000 (22:06 +0900)
Signed-off-by: dujeonglee <dujeong.lee@samsung.com>
Disable napi

Change-Id: I64e16669943c2f9eb82ade188ac96c0e39f61c4c

drivers/net/wireless/scsc/Kconfig
drivers/net/wireless/scsc/hip4.c

index fea09567667881dcf053c98227ce93b6fa5b104b..fed59c0350dd03f21178077e27a329f55ebacafe 100644 (file)
@@ -39,14 +39,12 @@ 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
 
index 32df89dcf1d86992c328cbfd301a539076ecb2b5..4f621534ab92b3b3a1e2e8348124edc13507d0e1 100755 (executable)
@@ -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; /* CPU number */
+static int napi_select_cpu = 4; /* CPU number */
 module_param(napi_select_cpu, int, 0644);
 MODULE_PARM_DESC(napi_select_cpu, "select a specific CPU to execute NAPI poll");
 #endif