bnx2x: Missing mask when calculating flow control
Signed-off-by: Eilon Greenstein <eilong@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
4f40f2cba2
commit
ad33ea3a8d
|
@ -1899,7 +1899,8 @@ static int bnx2x_set_spio(struct bnx2x *bp, int spio_num, u32 mode)
|
||||||
|
|
||||||
static void bnx2x_calc_fc_adv(struct bnx2x *bp)
|
static void bnx2x_calc_fc_adv(struct bnx2x *bp)
|
||||||
{
|
{
|
||||||
switch (bp->link_vars.ieee_fc) {
|
switch (bp->link_vars.ieee_fc &
|
||||||
|
MDIO_COMBO_IEEE0_AUTO_NEG_ADV_PAUSE_MASK) {
|
||||||
case MDIO_COMBO_IEEE0_AUTO_NEG_ADV_PAUSE_NONE:
|
case MDIO_COMBO_IEEE0_AUTO_NEG_ADV_PAUSE_NONE:
|
||||||
bp->port.advertising &= ~(ADVERTISED_Asym_Pause |
|
bp->port.advertising &= ~(ADVERTISED_Asym_Pause |
|
||||||
ADVERTISED_Pause);
|
ADVERTISED_Pause);
|
||||||
|
|
Loading…
Reference in New Issue