diff options
author | Markus Pargmann <mpa@pengutronix.de> | 2013-10-13 21:17:01 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-10-17 15:48:14 -0400 |
commit | dbbd2ad89bb1f86b94b23bb2e56d4935717f9b94 (patch) | |
tree | c44747aa07f81d6eb8ff94e3bfc4c2972f40fd90 /include | |
parent | 60e66fee56b2256dcb1dc2ea1b2ddcb6e273857d (diff) | |
download | linux-stable-dbbd2ad89bb1f86b94b23bb2e56d4935717f9b94.tar.gz linux-stable-dbbd2ad89bb1f86b94b23bb2e56d4935717f9b94.tar.bz2 linux-stable-dbbd2ad89bb1f86b94b23bb2e56d4935717f9b94.zip |
net/ethernet: cpsw: Bugfix interrupts before enabling napi
If interrupts happen before napi_enable was called, the driver will not
work as expected. Network transmissions are impossible in this state.
This bug can be reproduced easily by restarting the network interface in
a loop. After some time any network transmissions on the network
interface will fail.
This patch fixes the bug by enabling napi before enabling the network
interface interrupts.
Signed-off-by: Markus Pargmann <mpa@pengutronix.de>
Acked-by: Peter Korsgaard <jacmet@sunsite.dk>
Acked-by: Mugunthan V N <mugunthanvnm@ti.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions