Enabling p2p0 interface and not enabling wlan0 64/46364/2 accepted/tizen/mobile/20150821.092050 accepted/tizen/tv/20150821.092108 accepted/tizen/wearable/20150821.092115 submit/tizen/20150821.052544
authorNishant Chaprana <n.chaprana@samsung.com>
Wed, 19 Aug 2015 13:00:11 +0000 (18:30 +0530)
committerNishant Chaprana <n.chaprana@samsung.com>
Wed, 19 Aug 2015 13:06:56 +0000 (06:06 -0700)
Change-Id: I260e4df7d4d6f2f21e4b8931307fc0a890e4da21
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
packaging/net-config.spec
src/wifi-firmware.c

index c466b9c..21e540a 100755 (executable)
@@ -1,6 +1,6 @@
 Name:          net-config
 Summary:       TIZEN Network Configuration service
-Version:       1.1.32
+Version:       1.1.33
 Release:       2
 Group:         System/Network
 License:       Apache-2.0
@@ -35,6 +35,7 @@ TIZEN Network Configuration service
 %build
 cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \
        -DTIZEN_WLAN_PASSPOINT=1 \
+       -DTIZEN_WLAN_USE_P2P_INTERFACE=1 \
 %if 0%{?model_build_feature_wlan_concurrent_mode}
        -DWLAN_CONCURRENT_MODE=1 \
 %endif
index 8583865..da68654 100755 (executable)
@@ -89,11 +89,11 @@ static int __netconfig_p2p_firmware_start(void)
        rv = netconfig_execute_file(path, args, envs);
        if (rv < 0)
                return -EIO;
-
+#if 0
        rv = netconfig_interface_up(WLAN_IFACE_NAME);
        if (rv != TRUE)
                return -EIO;
-
+#endif
 #if defined TIZEN_WLAN_USE_P2P_INTERFACE
        rv = netconfig_interface_up(WLAN_P2P_IFACE_NAME);
        if (rv != TRUE)