diff options
author | John-Mark Gurney <jmg@FreeBSD.org> | 2004-11-17 18:32:44 +0000 |
---|---|---|
committer | John-Mark Gurney <jmg@FreeBSD.org> | 2004-11-17 18:32:44 +0000 |
commit | 1f48dc25d78b8f1c075aa58d1703ec01e9eaece7 (patch) | |
tree | 9a860334dfbc6cbae052b3b8af48df69d3dfc81f | |
parent | 1fbf6dc5f1df95e9f031904b635bfecd0dc80886 (diff) |
Notes
-rw-r--r-- | sys/net/if.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if.h b/sys/net/if.h index 77ffb1a2be3e..a31653e4efe8 100644 --- a/sys/net/if.h +++ b/sys/net/if.h @@ -119,7 +119,7 @@ struct if_data { #define IFF_NOARP 0x80 /* no address resolution protocol */ #define IFF_PROMISC 0x100 /* receive all packets */ #define IFF_ALLMULTI 0x200 /* receive all multicast packets */ -#define IFF_OACTIVE 0x400 /* transmission in progress */ +#define IFF_OACTIVE 0x400 /* tx hardware queue is full */ #define IFF_SIMPLEX 0x800 /* can't hear own transmissions */ #define IFF_LINK0 0x1000 /* per link layer defined bit */ #define IFF_LINK1 0x2000 /* per link layer defined bit */ |