diff options
Diffstat (limited to 'drivers/net/ixgbe/ixgbe_dcb_82598.c')
-rw-r--r-- | drivers/net/ixgbe/ixgbe_dcb_82598.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ixgbe/ixgbe_dcb_82598.c b/drivers/net/ixgbe/ixgbe_dcb_82598.c index 560321148935..df359554d492 100644 --- a/drivers/net/ixgbe/ixgbe_dcb_82598.c +++ b/drivers/net/ixgbe/ixgbe_dcb_82598.c | |||
@@ -298,7 +298,7 @@ s32 ixgbe_dcb_config_pfc_82598(struct ixgbe_hw *hw, | |||
298 | reg = IXGBE_READ_REG(hw, IXGBE_RMCS); | 298 | reg = IXGBE_READ_REG(hw, IXGBE_RMCS); |
299 | reg &= ~IXGBE_RMCS_TFCE_802_3X; | 299 | reg &= ~IXGBE_RMCS_TFCE_802_3X; |
300 | /* correct the reporting of our flow control status */ | 300 | /* correct the reporting of our flow control status */ |
301 | hw->fc.type = ixgbe_fc_none; | 301 | hw->fc.current_mode = ixgbe_fc_none; |
302 | reg |= IXGBE_RMCS_TFCE_PRIORITY; | 302 | reg |= IXGBE_RMCS_TFCE_PRIORITY; |
303 | IXGBE_WRITE_REG(hw, IXGBE_RMCS, reg); | 303 | IXGBE_WRITE_REG(hw, IXGBE_RMCS, reg); |
304 | 304 | ||