dbus: Fix interface DeviceFound signal specification
DeviceFound does not provide any properties, just the peer object path. Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
parent
fc591a771c
commit
e956b830fc
1 changed files with 0 additions and 1 deletions
|
@ -2984,7 +2984,6 @@ static const struct wpa_dbus_signal_desc wpas_dbus_interface_signals[] = {
|
||||||
{ "DeviceFound", WPAS_DBUS_NEW_IFACE_P2PDEVICE,
|
{ "DeviceFound", WPAS_DBUS_NEW_IFACE_P2PDEVICE,
|
||||||
{
|
{
|
||||||
{ "path", "o", ARG_OUT },
|
{ "path", "o", ARG_OUT },
|
||||||
{ "properties", "a{sv}", ARG_OUT },
|
|
||||||
END_ARGS
|
END_ARGS
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue