projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b01f669
)
[PATCH] e1000: Fixed the loopback test failure for 82573 based adapters
author
Malli Chilakala
<mallikarjuna.chilakala@intel.com>
Sat, 18 Jun 2005 00:42:42 +0000
(17:42 -0700)
committer
Jeff Garzik
<jgarzik@pobox.com>
Mon, 27 Jun 2005 04:34:25 +0000
(
00:34
-0400)
Fixed the loopback test failure for 82573 based adapters
Signed-off-by: Mallikarjuna R Chilakala <mallikarjuna.chilakala@intel.com>
Signed-off-by: Ganesh Venkatesan <ganesh.venkatesan@intel.com>
Signed-off-by: John Ronciak <john.ronciak@intel.com>
drivers/net/e1000/e1000_ethtool.c
patch
|
blob
|
history
diff --git
a/drivers/net/e1000/e1000_ethtool.c
b/drivers/net/e1000/e1000_ethtool.c
index 58a1836f53fd7f048bb9da1435be3e7def9010c4..658d9bb6daf3c4bf9a33d4d62d7c8133c2e14304 100644
(file)
--- a/
drivers/net/e1000/e1000_ethtool.c
+++ b/
drivers/net/e1000/e1000_ethtool.c
@@
-1234,6
+1234,7
@@
e1000_set_phy_loopback(struct e1000_adapter *adapter)
case e1000_82541_rev_2:
case e1000_82547:
case e1000_82547_rev_2:
+ case e1000_82573:
return e1000_integrated_phy_loopback(adapter);
break;