[RAMEN9610-12700][Common] Revert "fix not releasing hip4_wake_lock"
authorYoungsoo Kim <youngss.kim@samsung.com>
Thu, 28 Feb 2019 04:01:32 +0000 (13:01 +0900)
committerCosmin Tanislav <demonsingur@gmail.com>
Mon, 22 Apr 2024 17:23:19 +0000 (20:23 +0300)
This reverts commit d8ed961c7594adba0beb962ac76546c48ef3cbc4.

Change-Id: I1eb2fff62589620b2783c96382c3b3a4f1701683

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

index fed59c0350dd03f21178077e27a329f55ebacafe..fea09567667881dcf053c98227ce93b6fa5b104b 100644 (file)
@@ -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
 
index e7b36b385fa1d665fa0b0523ccb86158038ca8f4..882e4ffef04f64241d500c60516487fb4293eaab 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 = 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