]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
WPS: Remove unused define
authorJouni Malinen <j@w1.fi>
Sun, 17 Oct 2010 17:15:08 +0000 (20:15 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 17 Oct 2010 17:15:08 +0000 (20:15 +0300)
This timeout value was moved to now separate HTTP client implementation.

src/wps/wps_upnp_event.c

index ae5efdb0800b8059fbbc414d5b9a88278a12e1d4..6ef29091401c0958bea29e9586d21ee40335e7ce 100644 (file)
@@ -31,7 +31,6 @@
  */
 
 #define MAX_EVENTS_QUEUED 20   /* How far behind queued events */
-#define EVENT_TIMEOUT_SEC 30   /* Drop sending event after timeout */
 
 /* How long to wait before sending event */
 #define EVENT_DELAY_SECONDS 0