Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 279156
b: refs/heads/master
c: f83396a
h: refs/heads/master
v: v3
  • Loading branch information
Carolyn Wyborny authored and Jeff Kirsher committed Jan 3, 2012
1 parent a579854 commit efd6bab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: f131a6c07ec0eb9d00f99af18be52a6da0458e82
refs/heads/master: f83396ad8318db0d5e55756a496af61a217bbfda
6 changes: 4 additions & 2 deletions trunk/drivers/net/ethernet/intel/igb/igb_ethtool.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ static int igb_get_settings(struct net_device *netdev, struct ethtool_cmd *ecmd)
SUPPORTED_1000baseT_Full|
SUPPORTED_Autoneg |
SUPPORTED_TP);
ecmd->advertising = ADVERTISED_TP;
ecmd->advertising = (ADVERTISED_TP |
ADVERTISED_Pause);

if (hw->mac.autoneg == 1) {
ecmd->advertising |= ADVERTISED_Autoneg;
Expand All @@ -165,7 +166,8 @@ static int igb_get_settings(struct net_device *netdev, struct ethtool_cmd *ecmd)

ecmd->advertising = (ADVERTISED_1000baseT_Full |
ADVERTISED_FIBRE |
ADVERTISED_Autoneg);
ADVERTISED_Autoneg |
ADVERTISED_Pause);

ecmd->port = PORT_FIBRE;
}
Expand Down

0 comments on commit efd6bab

Please sign in to comment.