Skip to content

Commit

Permalink
Update to reflect newest Linux driver. 5706 cards may work now, not t…
Browse files Browse the repository at this point in the history
…ested.
  • Loading branch information
Daniel Wyatt authored and Daniel Wyatt committed Aug 2, 2012
1 parent 4f11fec commit 69f1684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drivers/net/bnx2.c
Expand Up @@ -630,7 +630,7 @@ static void bnx2_set_mac_link ( struct bnx2_nic *bnx2, int speed, int duplex ) {
uint32_t emac_mode = readl ( bnx2->regs + BNX2_EMAC_MODE );
switch ( speed ) {
case SPEED_10:
if ( CHIP_NUM ( bnx2->misc_id ) == CHIP_NUM_5708 )
if ( CHIP_NUM ( bnx2->misc_id ) != CHIP_NUM_5706 )
emac_mode |= BNX2_EMAC_MODE_PORT_MII_10;

/* fall through */
Expand Down

0 comments on commit 69f1684

Please sign in to comment.