Browse Source

D-Bus: Remove registration of P2PStateChanged signal

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>
Jouni Malinen 10 years ago
parent
commit
afaa6d99a4
1 changed files with 0 additions and 6 deletions
  1. 0 6
      wpa_supplicant/dbus/dbus_new.c

+ 0 - 6
wpa_supplicant/dbus/dbus_new.c

@@ -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 },