diff options
author | Eric Dumazet <eric.dumazet@gmail.com> | 2010-12-14 22:39:58 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-12-19 21:44:30 -0800 |
commit | 1a75972c61f2c224eb5283c183f9f6b17fb09b6b (patch) | |
tree | 980ba3d77376e34cbbef36336ad9c2c4b351c317 /drivers/watchdog/bcm47xx_wdt.c | |
parent | d1ed113f1669390da9898da3beddcc058d938587 (diff) |
ifb: use netif_receive_skb() instead of netif_rx()
In ri_tasklet(), we run from softirq, so can directly handle packet
through netif_receive_skb() instead of netif_rx().
There is no risk of recursion.
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Acked-by: Changli Gao <xiaosuo@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/watchdog/bcm47xx_wdt.c')
0 files changed, 0 insertions, 0 deletions