Remove IFI_* (obsolete, unused).

This commit is contained in:
Ralf Corsepius
2005-05-10 05:37:41 +00:00
parent 005fbe5677
commit 1dbaefce25

View File

@@ -163,12 +163,6 @@ struct if_data {
#define IF_Mbps(x) (IF_Kbps((x) * 1000)) /* megabits/sec. */ #define IF_Mbps(x) (IF_Kbps((x) * 1000)) /* megabits/sec. */
#define IF_Gbps(x) (IF_Mbps((x) * 1000)) /* gigabits/sec. */ #define IF_Gbps(x) (IF_Mbps((x) * 1000)) /* gigabits/sec. */
/*
* Bit values in if_ipending
*/
#define IFI_RECV 1 /* I want to receive */
#define IFI_XMIT 2 /* I want to transmit */
#define IFQ_MAXLEN 50 #define IFQ_MAXLEN 50
#define IFNET_SLOWHZ 1 /* granularity is 1 second */ #define IFNET_SLOWHZ 1 /* granularity is 1 second */