mirror of
https://github.com/torvalds/linux.git
synced 2024-12-12 22:23:55 +00:00
939a5bf7c9
A recent change added a disable to NAPI into macb_open, this was
intended to only happen on the error path but accidentally applies
to all paths. This causes NAPI to be disabled on the success path, which
leads to the network to no longer functioning.
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
macb_main.c | ||
macb_pci.c | ||
macb_ptp.c | ||
macb.h | ||
Makefile |