Add missing interface name parameter in Firmware Start method call 40/242640/1
authorNishant Chaprana <n.chaprana@samsung.com>
Fri, 28 Aug 2020 10:43:15 +0000 (16:13 +0530)
committerNishant Chaprana <n.chaprana@samsung.com>
Fri, 28 Aug 2020 10:43:15 +0000 (16:13 +0530)
Change-Id: Ic605fb9c0d5411e695318216618795a535099bf7
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
interfaces/netconfig-iface-wifi.xml
packaging/net-config.spec

index 32d148a38a1be8ddb33fb11b0e16ab33de4aaf60..78ee6916b9a7e2ffde56231d5660e94b5fb75f73 100755 (executable)
        <interface name="net.netconfig.wifi.Firmware">
                <method name="Start">
                        <arg type="s" name="Device" direction="in"/>
+                       <arg type="s" name="IfName" direction="in"/>
                </method>
                <method name="Stop">
                        <arg type="s" name="Device" direction="in"/>
+                       <arg type="s" name="IfName" direction="in"/>
                </method>
        </interface>
 </node>
index bd5d146baa51a425b6dbfad4096105625d055893..7ec90a73cfb41d1ab3d038c721c6400b140d191b 100755 (executable)
@@ -1,6 +1,6 @@
 Name:          net-config
 Summary:       TIZEN Network Configuration service
-Version:       1.2.0
+Version:       1.2.1
 Release:       3
 Group:         System/Network
 License:       Apache-2.0