summaryrefslogtreecommitdiff
path: root/tools/perf/arch/x86/Build
blob: db52fa22d3a1d64a6fe62cffd4b34cd9ffe066f9 (plain)
1
2
libperf-y += util/
libperf-y += tests/
authorhayeswang <hayeswang@realtek.com>2017-01-26 09:38:32 +0800
committerDavid S. Miller <davem@davemloft.net>2017-01-25 22:47:30 -0500
commitde9bf29dd6e4a8a874cb92f8901aed50a9d0b1d3 (patch)
treef9672f87f16db29405d37de69382425de9f8be35
parent26afec39306926654e9cd320f19bbf3685bb0997 (diff)
r8152: avoid start_xmit to schedule napi when napi is disabled
Stop the tx when the napi is disabled to prevent napi_schedule() is called. Signed-off-by: Hayes Wang <hayeswang@realtek.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat
-rw-r--r--drivers/net/usb/r8152.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/drivers/net/usb/r8152.c b/drivers/net/usb/r8152.c