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:
Tomasz Bursztyka 2014-05-14 16:10:39 +03:00 committed by Jouni Malinen
parent fc591a771c
commit e956b830fc

View file

@ -2984,7 +2984,6 @@ static const struct wpa_dbus_signal_desc wpas_dbus_interface_signals[] = {
{ "DeviceFound", WPAS_DBUS_NEW_IFACE_P2PDEVICE,
{
{ "path", "o", ARG_OUT },
{ "properties", "a{sv}", ARG_OUT },
END_ARGS
}
},