diff -r 048c7310279c -r 42ed27ae6785 master/ethernet.h --- a/master/ethernet.h Wed Aug 09 15:14:29 2006 +0000 +++ b/master/ethernet.h Fri Sep 01 12:35:41 2006 +0000 @@ -78,7 +78,7 @@ struct net_device *dev; /**< net_device for virtual ethernet device */ struct net_device_stats stats; /**< device statistics */ unsigned int opened; /**< net_device is opened */ - cycles_t t_last; /**< time of last rate output */ + unsigned long rate_jiffies; /**< time of last rate output */ struct sk_buff *rx_skb; /**< current rx socket buffer */ off_t rx_skb_offset; /**< current write pointer in the socket buffer */ size_t rx_skb_size; /**< size of the allocated socket buffer memory */