Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362663
b: refs/heads/master
c: c5e991a
h: refs/heads/master
i:
  362661: c4cfcc2
  362659: 2cfd8ff
  362655: 9cffd14
v: v3
  • Loading branch information
Jitendra Kalsaria authored and David S. Miller committed Apr 19, 2013
1 parent 724b1b9 commit 0086e5e
Show file tree
Hide file tree
Showing 2 changed files with 2 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: ae721f3ab0d9234219edbc7858cf9c5ceda42df2
refs/heads/master: c5e991af93e37f1b5e166f0b8a9bb99dd29e8a24
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/qlogic/qlge/qlge_ethtool.c
Original file line number Diff line number Diff line change
Expand Up @@ -379,13 +379,13 @@ static int ql_get_settings(struct net_device *ndev,

ecmd->supported = SUPPORTED_10000baseT_Full;
ecmd->advertising = ADVERTISED_10000baseT_Full;
ecmd->autoneg = AUTONEG_ENABLE;
ecmd->transceiver = XCVR_EXTERNAL;
if ((qdev->link_status & STS_LINK_TYPE_MASK) ==
STS_LINK_TYPE_10GBASET) {
ecmd->supported |= (SUPPORTED_TP | SUPPORTED_Autoneg);
ecmd->advertising |= (ADVERTISED_TP | ADVERTISED_Autoneg);
ecmd->port = PORT_TP;
ecmd->autoneg = AUTONEG_ENABLE;
} else {
ecmd->supported |= SUPPORTED_FIBRE;
ecmd->advertising |= ADVERTISED_FIBRE;
Expand Down

0 comments on commit 0086e5e

Please sign in to comment.