From: Julia Lawall Date: Wed, 14 Aug 2013 14:26:53 +0000 (+0200) Subject: drivers/net/ethernet/via/via-velocity.c: update napi implementation X-Git-Tag: v3.11-rc6~11^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fdac010bdcf10a30711b6924612dfc40daf19b8;p=pandora-kernel.git drivers/net/ethernet/via/via-velocity.c: update napi implementation Drivers supporting NAPI should use a NAPI-specific function for receiving packets. Hence netif_rx is changed to netif_receive_skb. Furthermore netif_napi_del should be used in the probe and remove function to clean up the NAPI resource information. Thanks to Francois Romieu, David Shwatrz and Rami Rosen for their help on this patch. Signed-off-by: Julia Lawall Signed-off-by: David S. Miller --- Reading git-diff-tree failed