This is lwip library for WlanBP3595 library. We forked lwip library. We extended TCP/IP thread stack size.

Fork of lwip by mbed official

Revision:
8:f9d0ac9dd036
Parent:
0:51ac1d130fd4
--- a/core/ipv4/igmp.c	Mon Jul 23 11:52:35 2012 +0000
+++ b/core/ipv4/igmp.c	Fri Mar 01 15:31:54 2013 +0000
@@ -139,7 +139,6 @@
 static err_t  igmp_remove_group(struct igmp_group *group);
 static void   igmp_timeout( struct igmp_group *group);
 static void   igmp_start_timer(struct igmp_group *group, u8_t max_time);
-static void   igmp_stop_timer(struct igmp_group *group);
 static void   igmp_delaying_member(struct igmp_group *group, u8_t maxresp);
 static err_t  igmp_ip_output_if(struct pbuf *p, ip_addr_t *src, ip_addr_t *dest, struct netif *netif);
 static void   igmp_send(struct igmp_group *group, u8_t type);
@@ -707,17 +706,6 @@
 }
 
 /**
- * Stop a timer for an igmp_group
- *
- * @param group the igmp_group for which to stop the timer
- */
-static void
-igmp_stop_timer(struct igmp_group *group)
-{
-  group->timer = 0;
-}
-
-/**
  * Delaying membership report for a group if necessary
  *
  * @param group the igmp_group for which "delaying" membership report