Skip to content

Commit

Permalink
bna: Update the Driver and Firmware Version
Browse files Browse the repository at this point in the history
This patch updates the BNA driver version to 3.2.25.1 and the firmware version
to 3.2.5.1

Signed-off-by: Rasesh Mody <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
Rasesh Mody authored and davem330 committed Feb 22, 2015
1 parent 2732ba5 commit 3f307c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/brocade/bna/bnad.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ struct bnad_rx_ctrl {
#define BNAD_NAME "bna"
#define BNAD_NAME_LEN 64

#define BNAD_VERSION "3.2.23.0"
#define BNAD_VERSION "3.2.25.1"

#define BNAD_MAILBOX_MSIX_INDEX 0
#define BNAD_MAILBOX_MSIX_VECTORS 1
Expand Down
4 changes: 2 additions & 2 deletions drivers/net/ethernet/brocade/bna/cna.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@

extern char bfa_version[];

#define CNA_FW_FILE_CT "ctfw-3.2.3.0.bin"
#define CNA_FW_FILE_CT2 "ct2fw-3.2.3.0.bin"
#define CNA_FW_FILE_CT "ctfw-3.2.5.1.bin"
#define CNA_FW_FILE_CT2 "ct2fw-3.2.5.1.bin"
#define FC_SYMNAME_MAX 256 /*!< max name server symbolic name size */

#pragma pack(1)
Expand Down

0 comments on commit 3f307c3

Please sign in to comment.