X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fnetdevice.h;h=3a0ed7f9e8015bb3165fb1e55eaf44493d9521e2;hb=6d1d07e41a1de478a0da3cc14b4a8054ef09931c;hp=718ad579c65ca8018e8e26a95810bd3513812c8c;hpb=34008d8c631d067caffa136313260525f3ae48a2;p=linux-2.6 diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 718ad579c6..3a0ed7f9e8 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h @@ -164,7 +164,6 @@ struct netif_rx_stats unsigned total; unsigned dropped; unsigned time_squeeze; - unsigned throttled; unsigned cpu_collision; }; @@ -557,10 +556,9 @@ static inline int unregister_gifconf(unsigned int family) struct softnet_data { - int throttle; + struct net_device *output_queue; struct sk_buff_head input_pkt_queue; struct list_head poll_list; - struct net_device *output_queue; struct sk_buff *completion_queue; struct net_device backlog_dev; /* Sorry. 8) */