commit | d36b82bcdd1908450f8c3ba3f9b7a189cda8c69c | [log] [tgz] |
---|---|---|
author | Stefan Sørensen <stefan.sorensen@spectralink.com> | Wed Aug 30 08:58:47 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Aug 30 14:50:11 2017 -0700 |
tree | bda655d89f7c989a1d0b55df21500aff03951f90 | |
parent | f379fdf10b12e19080ee4e2ce27ed54d9e8806d8 [diff] |
dp83640: don't hold spinlock while calling netif_rx_ni We should not hold a spinlock while pushing the skb into the networking stack, so move the call to netif_rx_ni out of the critical region to where we have dropped the spinlock. Signed-off-by: Stefan Sørensen <stefan.sorensen@spectralink.com> Signed-off-by: David S. Miller <davem@davemloft.net>