diff options
-rw-r--r-- | drivers/net/bnx2x_main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/bnx2x_main.c b/drivers/net/bnx2x_main.c index 75b2624cd60b..9b1555820f52 100644 --- a/drivers/net/bnx2x_main.c +++ b/drivers/net/bnx2x_main.c | |||
@@ -1899,7 +1899,8 @@ static int bnx2x_set_spio(struct bnx2x *bp, int spio_num, u32 mode) | |||
1899 | 1899 | ||
1900 | static void bnx2x_calc_fc_adv(struct bnx2x *bp) | 1900 | static void bnx2x_calc_fc_adv(struct bnx2x *bp) |
1901 | { | 1901 | { |
1902 | switch (bp->link_vars.ieee_fc) { | 1902 | switch (bp->link_vars.ieee_fc & |
1903 | MDIO_COMBO_IEEE0_AUTO_NEG_ADV_PAUSE_MASK) { | ||
1903 | case MDIO_COMBO_IEEE0_AUTO_NEG_ADV_PAUSE_NONE: | 1904 | case MDIO_COMBO_IEEE0_AUTO_NEG_ADV_PAUSE_NONE: |
1904 | bp->port.advertising &= ~(ADVERTISED_Asym_Pause | | 1905 | bp->port.advertising &= ~(ADVERTISED_Asym_Pause | |
1905 | ADVERTISED_Pause); | 1906 | ADVERTISED_Pause); |