aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bnx2.h
diff options
context:
space:
mode:
authorMichael Chan <mchan@broadcom.com>2009-08-21 16:20:46 +0000
committerDavid S. Miller <davem@davemloft.net>2009-08-22 17:48:48 -0700
commit61d9e3fa7eacabfb7879e3da91709f1a5420c507 (patch)
treec1a14dc4fa43429961e1b53651870f4b749d66af /drivers/net/bnx2.h
parentbnx2: Close device if MTU change or ring size change fails. (diff)
downloadlinux-dev-61d9e3fa7eacabfb7879e3da91709f1a5420c507.tar.xz
linux-dev-61d9e3fa7eacabfb7879e3da91709f1a5420c507.zip
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.h1
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 {
BNX2_FLAG_USING_MSIX)
#define BNX2_FLAG_JUMBO_BROKEN 0x00000800
#define BNX2_FLAG_CAN_KEEP_VLAN 0x00001000
+#define BNX2_FLAG_BROKEN_STATS 0x00002000
struct bnx2_napi bnx2_napi[BNX2_MAX_MSIX_VEC];