[RAMEN9610-14018][common][9610] wlbt : hip4_sampler enable when we enable SCSC_WLAN_H...
authorYoungsoo <youngss.kim@samsung.com>
Fri, 29 Mar 2019 12:04:07 +0000 (21:04 +0900)
committerCosmin Tanislav <demonsingur@gmail.com>
Mon, 22 Apr 2024 17:23:21 +0000 (20:23 +0300)
Change-Id: I036f72902d646bcd41561c6b6966ccbe9adb3e7d
Signed-off-by: Youngsoo <youngss.kim@samsung.com>
drivers/net/wireless/scsc/hip4_sampler.c

index f24918183160ee5a1a28bbb6f061433de5a60e08..771ae59011e791ab598d1f87da726da7149aa2cd 100755 (executable)
@@ -48,7 +48,7 @@ static atomic_t in_read;
 /* It is less efficent, but we simplify the implementation */
 static spinlock_t  g_spinlock;
 
-static bool hip4_sampler_enable;
+static bool hip4_sampler_enable=true;
 
 module_param(hip4_sampler_enable, bool, S_IRUGO | S_IWUSR);
 MODULE_PARM_DESC(hip4_sampler_enable, "Enable hip4_sampler_enable. Run-time option - (default: Y)");