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 32d148a..78ee691 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 bd5d146..7ec90a7 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