summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2017-12-06 23:03:34 +0000
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-08-24 15:00:03 +0200
commitd93753807555c648d3049489b62d94d1689b4895 (patch)
treed77fca14afe10f8dee91c90e7bfdc99c474515a2
parentfba31eac2ec4e6874a68a320294be2f7f29485a9 (diff)
downloadcygnal-d93753807555c648d3049489b62d94d1689b4895.tar.gz
cygnal-d93753807555c648d3049489b62d94d1689b4895.tar.bz2
cygnal-d93753807555c648d3049489b62d94d1689b4895.zip
Garbage collect IFCAP_POLLING_NOCOUNT.
It wasn't used since very beginning of polling(4). The module always ignored return value from driver polling handler.
-rw-r--r--newlib/libc/sys/rtems/include/net/if.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/sys/rtems/include/net/if.h b/newlib/libc/sys/rtems/include/net/if.h
index 463bdf4a2..b73c9f65f 100644
--- a/newlib/libc/sys/rtems/include/net/if.h
+++ b/newlib/libc/sys/rtems/include/net/if.h
@@ -234,7 +234,7 @@ struct if_data {
#define IFCAP_TOE4 0x04000 /* interface can offload TCP */
#define IFCAP_TOE6 0x08000 /* interface can offload TCP6 */
#define IFCAP_VLAN_HWFILTER 0x10000 /* interface hw can filter vlan tag */
-#define IFCAP_POLLING_NOCOUNT 0x20000 /* polling ticks cannot be fragmented */
+/* available 0x20000 */
#define IFCAP_VLAN_HWTSO 0x40000 /* can do IFCAP_TSO on VLANs */
#define IFCAP_LINKSTATE 0x80000 /* the runtime link state is dynamic */
#define IFCAP_NETMAP 0x100000 /* netmap mode supported/enabled */