D-Bus: Remove registration of P2PStateChanged signal
authorJouni Malinen <j@w1.fi>
Fri, 2 Jan 2015 10:51:39 +0000 (12:51 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 2 Jan 2015 20:50:27 +0000 (22:50 +0200)
This signal is not generated anywhere, so there is no point in claiming
it to be available.

Signed-off-by: Jouni Malinen <j@w1.fi>
wpa_supplicant/dbus/dbus_new.c

index 5950bf8..9841303 100644 (file)
@@ -3005,12 +3005,6 @@ static const struct wpa_dbus_signal_desc wpas_dbus_interface_signals[] = {
        },
 #endif /* CONFIG_WPS */
 #ifdef CONFIG_P2P
-       { "P2PStateChanged", WPAS_DBUS_NEW_IFACE_P2PDEVICE,
-         {
-                 { "states", "a{ss}", ARG_OUT },
-                 END_ARGS
-         }
-       },
        { "DeviceFound", WPAS_DBUS_NEW_IFACE_P2PDEVICE,
          {
                  { "path", "o", ARG_OUT },