net: remove CONFIG_NET_TCPURGDATA
authorEunBong Song <eunb.song@samsung.com>
Wed, 15 Mar 2017 01:13:47 +0000 (10:13 +0900)
committerHeesub Shin <heesub.shin@samsung.com>
Mon, 17 Apr 2017 10:00:54 +0000 (19:00 +0900)
CONFIG_NET_TCPURGDATA is a Nuttx legacy feature and not supported anymore.

Change-Id: I9955b0c4c9e7002039d64dc23aea2c72f6c0fe9f
Signed-off-by: EunBong Song <eunb.song@samsung.com>
os/include/tinyara/net/netdev.h

index bde8c31..8145bc3 100644 (file)
@@ -162,18 +162,6 @@ struct net_driver_s {
 
        uint8_t *d_appdata;
 
-#ifdef CONFIG_NET_TCPURGDATA
-       /* This pointer points to any urgent TCP data that has been received. Only
-        * present if compiled with support for urgent data (CONFIG_NET_TCPURGDATA).
-        */
-
-       uint8_t *d_urgdata;
-
-       /* Length of the (received) urgent data */
-
-       uint16_t d_urglen;
-#endif
-
        /* The length of the packet in the d_buf buffer.
         *
         * Holds the length of the packet in the d_buf buffer.