Android: Revert p2p->min_disc_int = 2 change

Change-Id: I5a0ceb4267eb6f10ccd21c219bb0bdec8f6500c5
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
diff --git a/src/p2p/p2p.c b/src/p2p/p2p.c
index 5b9e5f3..2b3b182 100644
--- a/src/p2p/p2p.c
+++ b/src/p2p/p2p.c
@@ -2390,14 +2390,7 @@
 			p2p->cfg->num_pref_chan = 0;
 	}
 
-#ifdef ANDROID_P2P
-	/* 100ms listen time is too less to receive the response frames in some scenarios
-	 * increasing min listen time to 200ms.
-	 */
-	p2p->min_disc_int = 2;
-#else
 	p2p->min_disc_int = 1;
-#endif
 	p2p->max_disc_int = 3;
 	p2p->max_disc_tu = -1;