[PATCH 2/2] P2P: Remove unecessary sanity check for global p2p
Eduardo Abinader
eduardo.abinader
Sat Sep 20 13:51:01 PDT 2014
This check is already being done on wpas_p2p_deinit_iface.
Of course, it is assumed wpa_s is not deinit when reaches
that point as a matter of fact.
Signed-off-by: Eduardo Abinader <eduardo.abinader at openbossa.org>
---
wpa_supplicant/p2p_supplicant.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/wpa_supplicant/p2p_supplicant.c b/wpa_supplicant/p2p_supplicant.c
index c64665d..e206def 100644
--- a/wpa_supplicant/p2p_supplicant.c
+++ b/wpa_supplicant/p2p_supplicant.c
@@ -4080,9 +4080,6 @@ static void wpas_p2p_deinit_global(struct wpa_global *global)
wpas_p2p_service_flush(global->p2p_init_wpa_s);
- if (global->p2p == NULL)
- return;
-
/* Remove remaining P2P group interfaces */
while (wpa_s && wpa_s->p2p_group_interface != NOT_P2P_GROUP_INTERFACE)
wpa_s = wpa_s->next;
--
1.9.1
More information about the Hostap
mailing list