From: Thomas Graf Date: Sat, 5 Aug 2006 06:05:34 +0000 (-0700) Subject: [NET]: Convert link dumping to new netlink api X-Git-Tag: v2.6.19-rc1~1272^2~322 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b60c5115f4abf0b961a18682889798dcfbe6a801;p=pandora-kernel.git [NET]: Convert link dumping to new netlink api Transforms netlink code to dump link tables to use the new netlink api. Makes rtnl_getlink() available regardless of the availability of the wireless extensions. Adding copy_rtnl_link_stats() avoids the structural dependency of struct rtnl_link_stats on struct net_device_stats and thus avoids troubles later on. Signed-off-by: Thomas Graf Signed-off-by: David S. Miller --- Reading git-diff-tree failed