Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 314679
b: refs/heads/master
c: d2e553b
h: refs/heads/master
i:
  314677: f11482b
  314675: bfc9ced
  314671: 20d6fae
v: v3
  • Loading branch information
Michael Chan authored and David S. Miller committed Jun 28, 2012
1 parent 8387d7c commit ed65172
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: 7947c9ce17c4b51122cfcef3c2e9e2632eb96a67
refs/heads/master: d2e553bca89596b7ac35f8abcec9c9b93f772fc2
5 changes: 3 additions & 2 deletions trunk/drivers/net/ethernet/broadcom/bnx2.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
#include "bnx2_fw.h"

#define DRV_MODULE_NAME "bnx2"
#define DRV_MODULE_VERSION "2.2.2"
#define DRV_MODULE_RELDATE "June 16, 2012"
#define DRV_MODULE_VERSION "2.2.3"
#define DRV_MODULE_RELDATE "June 27, 2012"
#define FW_MIPS_FILE_06 "bnx2/bnx2-mips-06-6.2.3.fw"
#define FW_RV2P_FILE_06 "bnx2/bnx2-rv2p-06-6.0.15.fw"
#define FW_MIPS_FILE_09 "bnx2/bnx2-mips-09-6.2.1b.fw"
Expand Down Expand Up @@ -6703,6 +6703,7 @@ bnx2_close(struct net_device *dev)

bnx2_disable_int_sync(bp);
bnx2_napi_disable(bp);
netif_tx_disable(dev);
del_timer_sync(&bp->timer);
bnx2_shutdown_chip(bp);
bnx2_free_irq(bp);
Expand Down

0 comments on commit ed65172

Please sign in to comment.