Commit f33f1fccbf67b3d9b310a4b09114b7c670320ad4
Committed by
David S. Miller
1 parent
959327c784
Exists in
master
and in
6 other branches
bnx2x: fix typo in fcoe stats collection
Signed-off-by: Barak Witkowski <barak@broadcom.com> Signed-off-by: Eilon Greenstein <eilong@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c
... | ... | @@ -2994,7 +2994,7 @@ |
2994 | 2994 | fcoe_q_tstorm_stats->rcv_bcast_pkts); |
2995 | 2995 | |
2996 | 2996 | ADD_64(fcoe_stat->rx_frames_hi, 0, fcoe_stat->rx_frames_lo, |
2997 | - fcoe_q_tstorm_stats->rcv_ucast_pkts); | |
2997 | + fcoe_q_tstorm_stats->rcv_mcast_pkts); | |
2998 | 2998 | |
2999 | 2999 | ADD_64(fcoe_stat->tx_bytes_hi, 0, fcoe_stat->tx_bytes_lo, |
3000 | 3000 | fw_fcoe_stat->tx_stat.fcoe_tx_byte_cnt); |