diff options
author | Stephen Hemminger <shemminger@osdl.org> | 2005-06-23 20:08:59 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2005-06-23 20:08:59 -0700 |
commit | c1ebcdb8c422cd73f54bcd2b9953e443a47667e5 (patch) | |
tree | 312664836ac20509cc15609b8b0c7d583e9fe32d /include/linux/netdevice.h | |
parent | 16822e62053e73fa7def9decc38a7e287d27d980 (diff) | |
download | kernel_samsung_smdk4412-c1ebcdb8c422cd73f54bcd2b9953e443a47667e5.zip kernel_samsung_smdk4412-c1ebcdb8c422cd73f54bcd2b9953e443a47667e5.tar.gz kernel_samsung_smdk4412-c1ebcdb8c422cd73f54bcd2b9953e443a47667e5.tar.bz2 |
[NET]: Remove obsolete fastroute stats.
Remove last vestiages of fastroute code that is no longer used.
Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r-- | include/linux/netdevice.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index d89816a..c2e15e3 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h @@ -165,11 +165,6 @@ struct netif_rx_stats unsigned dropped; unsigned time_squeeze; unsigned throttled; - unsigned fastroute_hit; - unsigned fastroute_success; - unsigned fastroute_defer; - unsigned fastroute_deferred_out; - unsigned fastroute_latency_reduction; unsigned cpu_collision; }; |