Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 342151
b: refs/heads/master
c: 478ab8c
h: refs/heads/master
i:
  342149: 6132a27
  342147: 263aac4
  342143: a0e7170
v: v3
  • Loading branch information
Rasesh Mody authored and David S. Miller committed Dec 11, 2012
1 parent 7e971a6 commit 39b8b6b
Show file tree
Hide file tree
Showing 4 changed files with 5 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: 215a64a25cd483e54d472987426d78694fc46ed0
refs/heads/master: 478ab8c93a65c2a21f560636db416318a1927b11
1 change: 1 addition & 0 deletions trunk/drivers/net/ethernet/brocade/bna/bfi_enet.h
Original file line number Diff line number Diff line change
Expand Up @@ -787,6 +787,7 @@ struct bfi_enet_stats_bpc {

/* MAC Rx Statistics */
struct bfi_enet_stats_mac {
u64 stats_clr_cnt; /* times this stats cleared */
u64 frame_64; /* both rx and tx counter */
u64 frame_65_127; /* both rx and tx counter */
u64 frame_128_255; /* both rx and tx counter */
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/net/ethernet/brocade/bna/bnad_ethtool.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ static const char *bnad_net_stats_strings[BNAD_ETHTOOL_STATS_NUM] = {
"rx_unmap_q_alloc_failed",
"rxbuf_alloc_failed",

"mac_stats_clr_cnt",
"mac_frame_64",
"mac_frame_65_127",
"mac_frame_128_255",
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/net/ethernet/brocade/bna/cna.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@

extern char bfa_version[];

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

#pragma pack(1)
Expand Down

0 comments on commit 39b8b6b

Please sign in to comment.