aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDmitry Shmidt <dimitrysh@google.com>2014-01-15 10:04:09 -0800
committerDmitry Shmidt <dimitrysh@google.com>2014-01-15 10:04:09 -0800
commit4742246a973a8d1939da0b40018ddb57a470aba5 (patch)
tree2d49dfcc43c9fa6d782c03acf94986010c3a1a59 /src
parent1b7cc21fb2978434151423fa496b3a50acca7cdb (diff)
downloadandroid_external_wpa_supplicant_8-4742246a973a8d1939da0b40018ddb57a470aba5.tar.gz
android_external_wpa_supplicant_8-4742246a973a8d1939da0b40018ddb57a470aba5.tar.bz2
android_external_wpa_supplicant_8-4742246a973a8d1939da0b40018ddb57a470aba5.zip
Android: Revert p2p->min_disc_int = 2 change
Change-Id: I5a0ceb4267eb6f10ccd21c219bb0bdec8f6500c5 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
Diffstat (limited to 'src')
-rw-r--r--src/p2p/p2p.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/p2p/p2p.c b/src/p2p/p2p.c
index 5b9e5f3a..2b3b1827 100644
--- a/src/p2p/p2p.c
+++ b/src/p2p/p2p.c
@@ -2390,14 +2390,7 @@ struct p2p_data * p2p_init(const struct p2p_config *cfg)
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;