dnet: replace obsolete *netif_rx_* functions with *napi_*
authorIlya Yanok <yanok@emcraft.com>
Fri, 13 Mar 2009 16:51:46 +0000 (09:51 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 13 Mar 2009 16:51:46 +0000 (09:51 -0700)
*netif_rx_* functions is obsolete and removed in newer kernels so
we need to use corresponding *napi_* functions instead.

Signed-off-by: Ilya Yanok <yanok@emcraft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found