diff options
author | Michael Chan <mchan@broadcom.com> | 2009-08-21 12:20:46 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-08-22 20:48:48 -0400 |
commit | 61d9e3fa7eacabfb7879e3da91709f1a5420c507 (patch) | |
tree | c1a14dc4fa43429961e1b53651870f4b749d66af /drivers/net/bnx2.h | |
parent | 6fefb65e78f098c09d0ab877b2c70421e4c84116 (diff) |
bnx2: Apply BROKEN_STATS workaround to 5706 and 5708.
Add flag to expand the workaround to both chips.
Signed-off-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bnx2.h')
-rw-r--r-- | drivers/net/bnx2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/bnx2.h b/drivers/net/bnx2.h index f1edfaa9e56a..3c004b44cf7e 100644 --- a/drivers/net/bnx2.h +++ b/drivers/net/bnx2.h | |||
@@ -6718,6 +6718,7 @@ struct bnx2 { | |||
6718 | BNX2_FLAG_USING_MSIX) | 6718 | BNX2_FLAG_USING_MSIX) |
6719 | #define BNX2_FLAG_JUMBO_BROKEN 0x00000800 | 6719 | #define BNX2_FLAG_JUMBO_BROKEN 0x00000800 |
6720 | #define BNX2_FLAG_CAN_KEEP_VLAN 0x00001000 | 6720 | #define BNX2_FLAG_CAN_KEEP_VLAN 0x00001000 |
6721 | #define BNX2_FLAG_BROKEN_STATS 0x00002000 | ||
6721 | 6722 | ||
6722 | struct bnx2_napi bnx2_napi[BNX2_MAX_MSIX_VEC]; | 6723 | struct bnx2_napi bnx2_napi[BNX2_MAX_MSIX_VEC]; |
6723 | 6724 | ||