Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298751
b: refs/heads/master
c: cff4c16
h: refs/heads/master
i:
  298749: 9f50f93
  298747: 8d4ad1a
  298743: 9a6b4e2
  298735: 8a05ffd
  298719: a622044
  298687: aa18714
  298623: 64bbf91
  298495: 68b29a1
v: v3
  • Loading branch information
Artem Savkov authored and David S. Miller committed Apr 3, 2012
1 parent 18f06bb commit fab771c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f2ed5ee1b050495be49e5a0d5df152663558ef08
refs/heads/master: cff4c16296754888b6fd8c886bc860a888e20257
3 changes: 3 additions & 0 deletions trunk/drivers/net/ethernet/realtek/r8169.c
Original file line number Diff line number Diff line change
Expand Up @@ -5810,7 +5810,10 @@ static void __rtl8169_resume(struct net_device *dev)

rtl_pll_power_up(tp);

rtl_lock_work(tp);
napi_enable(&tp->napi);
set_bit(RTL_FLAG_TASK_ENABLED, tp->wk.flags);
rtl_unlock_work(tp);

rtl_schedule_task(tp, RTL_FLAG_TASK_RESET_PENDING);
}
Expand Down

0 comments on commit fab771c

Please sign in to comment.