[NET]: Remove NETIF_F_INTERNAL_STATS, default to internal stats.
authorRusty Russell <rusty@rustcorp.com.au>
Sun, 29 Apr 2007 04:04:03 +0000 (21:04 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 29 Apr 2007 04:04:03 +0000 (21:04 -0700)
commit5a1b5898ee9e0bf68a86609ecb9775457b1857a5
treec51b0c34ba89472a2b5c59d735a7e1affaa0e244
parentd16bfd0c77b35a0a0f0e159b94b9921510bf7934
[NET]: Remove NETIF_F_INTERNAL_STATS, default to internal stats.

Herbert Xu conviced me that a new flag was overkill; every driver
currently overrides get_stats, so we might as well make the internal
one the default.  If someone did fail to set get_stats, they would now
get all 0 stats instead of "No statistics available".

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/s390/appldata/appldata_net_sum.c
drivers/net/bonding/bond_main.c
drivers/parisc/led.c
include/linux/netdevice.h
net/core/dev.c