Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 214783
b: refs/heads/master
c: a020ed4
h: refs/heads/master
i:
  214781: c5edde1
  214779: cb4583f
  214775: f5481b7
  214767: 4bad590
  214751: 5297b90
  214719: d701dc2
  214655: 54088f2
  214527: 28ce22c
v: v3
  • Loading branch information
Ben Hutchings authored and David S. Miller committed Sep 28, 2010
1 parent 68993d1 commit 3774622
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 19221e75da32cecbd3fe83a8ac12755fe38a4602
refs/heads/master: a020ed4bb88356fea9e24ffcfd9692a835a3f122
5 changes: 4 additions & 1 deletion trunk/drivers/net/cxgb4/cxgb4_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2763,7 +2763,10 @@ static int cxgb_open(struct net_device *dev)
return err;
}

dev->real_num_tx_queues = pi->nqsets;
netif_set_real_num_tx_queues(dev, pi->nqsets);
err = netif_set_real_num_rx_queues(dev, pi->nqsets);
if (err)
return err;
err = link_start(dev);
if (!err)
netif_tx_start_all_queues(dev);
Expand Down

0 comments on commit 3774622

Please sign in to comment.