diff options
author | Eilon Greenstein <eilong@broadcom.com> | 2009-02-12 08:36:27 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-02-15 23:31:10 -0800 |
commit | d3d4f49527249e87d11219a22469dff25b674c08 (patch) | |
tree | 2df1e59016712b9f0c7eec9bfa21a32d4eea49cf /drivers/net/bnx2x.h | |
parent | f1ef27ef42dc946a255de4cc7b878630011735d8 (diff) | |
download | linux-3.10-d3d4f49527249e87d11219a22469dff25b674c08.tar.gz linux-3.10-d3d4f49527249e87d11219a22469dff25b674c08.tar.bz2 linux-3.10-d3d4f49527249e87d11219a22469dff25b674c08.zip |
bnx2x: Removing microcode assertion check
This check is unreliable since latest MC can issue warnings on rare occasions
which are not fatal errors
Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bnx2x.h')
-rw-r--r-- | drivers/net/bnx2x.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/bnx2x.h b/drivers/net/bnx2x.h index 89a72c86ef8..cfbeabb8e5e 100644 --- a/drivers/net/bnx2x.h +++ b/drivers/net/bnx2x.h @@ -1009,7 +1009,7 @@ static inline u32 reg_poll(struct bnx2x *bp, u32 reg, u32 expected, int ms, #define BNX2X_NUM_STATS 42 -#define BNX2X_NUM_TESTS 8 +#define BNX2X_NUM_TESTS 7 #define BNX2X_MAC_LOOPBACK 0 #define BNX2X_PHY_LOOPBACK 1 |