cc3000 hostdriver with the mbed socket interface

Dependents:   cc3000_hello_world_demo cc3000_simple_socket_demo cc3000_ntp_demo cc3000_ping_demo ... more

Revision:
33:9e23b24fb4f3
Parent:
20:30b6ed7bf8fd
Child:
34:1ad18123bf11
--- a/cc3000_wlan.cpp	Sun Oct 06 18:25:12 2013 +0200
+++ b/cc3000_wlan.cpp	Tue Oct 08 07:04:07 2013 +0200
@@ -120,12 +120,6 @@
     {
     }
 
-    // Free the used by WLAN Driver memory
-    if (_simple_link.get_transmit_buffer())
-    {
-        _simple_link.set_transmit_buffer(0);
-    }
-
     _spi.close();
 }