diff options
author | Baruch Siach <baruch@tkos.co.il> | 2008-12-15 21:18:52 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-12-16 10:48:29 +0100 |
commit | 2c413a6434dca02387a263dc4ca8009692421998 (patch) | |
tree | ac684707490d56c511cd46129e3a64df7943bb2f /drivers/sh | |
parent | tlan: Fix small (< 64 bytes) datagram transmissions (diff) | |
download | linux-2c413a6434dca02387a263dc4ca8009692421998.tar.xz linux-2c413a6434dca02387a263dc4ca8009692421998.zip |
enc28j60: use netif_rx_ni() to deliver RX packets
The enc28j60 driver reads incoming packets in the process (workqueue) context,
not in a tasklet or the interrupt context. Thus, we should use netif_rx_ni()
to deliver those packets to the networking layer, instead of netif_rx(). This
way incoming packets don't wait in the incoming queue for the next IRQ to be
serviced.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/sh')
0 files changed, 0 insertions, 0 deletions