Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 184193
b: refs/heads/master
c: e9f26c4
h: refs/heads/master
i:
  184191: 755627a
v: v3
  • Loading branch information
Michael Chan authored and David S. Miller committed Feb 16, 2010
1 parent 5a96712 commit 3bae748
Show file tree
Hide file tree
Showing 2 changed files with 8 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: efde73a35c2fc88db26a1583b19e0ab0fdfcd4f8
refs/heads/master: e9f26c49ce790de0064474f97d6402ce1fefac2a
7 changes: 7 additions & 0 deletions trunk/drivers/net/bnx2.c
Original file line number Diff line number Diff line change
Expand Up @@ -7141,6 +7141,13 @@ bnx2_change_ring_size(struct bnx2 *bp, u32 rx, u32 tx)
dev_close(bp->dev);
return rc;
}
#ifdef BCM_CNIC
mutex_lock(&bp->cnic_lock);
/* Let cnic know about the new status block. */
if (bp->cnic_eth_dev.drv_state & CNIC_DRV_STATE_REGD)
bnx2_setup_cnic_irq_info(bp);
mutex_unlock(&bp->cnic_lock);
#endif
bnx2_netif_start(bp);
}
return 0;
Expand Down

0 comments on commit 3bae748

Please sign in to comment.