From: Rusty Russell Date: Sun, 29 Apr 2007 04:04:03 +0000 (-0700) Subject: [NET]: Remove NETIF_F_INTERNAL_STATS, default to internal stats. X-Git-Tag: v2.6.22-rc1~1107^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a1b5898ee9e0bf68a86609ecb9775457b1857a5;p=pandora-kernel.git [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 Acked-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed