Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 214827
b: refs/heads/master
c: 1da85aa
h: refs/heads/master
i:
  214825: 9a41d37
  214823: c93449a
v: v3
  • Loading branch information
Matt Carlson authored and David S. Miller committed Oct 1, 2010
1 parent 6d87e5b commit 2ede86c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 37a949c54857d8b2a38dbdc75bc8666c3292cbc4
refs/heads/master: 1da85aa3db6878639e407548dad5b2404443e2c5
3 changes: 2 additions & 1 deletion trunk/drivers/net/tg3.c
Original file line number Diff line number Diff line change
Expand Up @@ -10647,7 +10647,8 @@ static int tg3_run_loopback(struct tg3 *tp, int loopback_mode)
tnapi = &tp->napi[0];
rnapi = &tp->napi[0];
if (tp->irq_cnt > 1) {
rnapi = &tp->napi[1];
if (tp->tg3_flags3 & TG3_FLG3_ENABLE_RSS)
rnapi = &tp->napi[1];
if (tp->tg3_flags3 & TG3_FLG3_ENABLE_TSS)
tnapi = &tp->napi[1];
}
Expand Down

0 comments on commit 2ede86c

Please sign in to comment.