commit | 9fae6c3f648e38f023b99b5f5a5280907b2e796e | [log] [tgz] |
---|---|---|
author | Ilya Yanok <yanok@emcraft.com> | Fri Mar 13 09:51:46 2009 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Mar 13 09:51:46 2009 -0700 |
tree | 7e180764b105d1950a938eafadcbd411323fb551 | |
parent | 6b7c5b947c671a96e39f9526a5fd70c178b8dfd1 [diff] |
dnet: replace obsolete *netif_rx_* functions with *napi_* *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>