Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 154699
b: refs/heads/master
c: a1f2532
h: refs/heads/master
i:
  154697: a4402e7
  154695: aa15da0
v: v3
  • Loading branch information
Mallikarjuna R Chilakala authored and David S. Miller committed Jul 1, 2009
1 parent 3477e03 commit d1f46da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a380137900fca5c79e6daa9500bdb6ea5649188e
refs/heads/master: a1f25324b93ecdab1cbb27d3e9c4cafecb06ceda
3 changes: 2 additions & 1 deletion trunk/drivers/net/ixgbe/ixgbe_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -4506,7 +4506,8 @@ static void ixgbe_multispeed_fiber_task(struct work_struct *work)
u32 autoneg;

adapter->flags |= IXGBE_FLAG_IN_SFP_LINK_TASK;
if (hw->mac.ops.get_link_capabilities)
autoneg = hw->phy.autoneg_advertised;
if ((!autoneg) && (hw->mac.ops.get_link_capabilities))
hw->mac.ops.get_link_capabilities(hw, &autoneg,
&hw->mac.autoneg);
if (hw->mac.ops.setup_link_speed)
Expand Down

0 comments on commit d1f46da

Please sign in to comment.