projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd4deb2
)
net: phy: add 10G fixed-link support
author
Camelia Groza
<camelia.groza@nxp.com>
Tue, 22 Aug 2017 15:35:11 +0000
(18:35 +0300)
committer
Dong Aisheng
<aisheng.dong@nxp.com>
Mon, 14 Dec 2020 05:13:30 +0000
(13:13 +0800)
Signed-off-by: Camelia Groza <camelia.groza@nxp.com>
drivers/net/phy/swphy.c
patch
|
blob
|
history
diff --git
a/drivers/net/phy/swphy.c
b/drivers/net/phy/swphy.c
index
59f1ba4
..
522ecda
100644
(file)
--- a/
drivers/net/phy/swphy.c
+++ b/
drivers/net/phy/swphy.c
@@
-71,6
+71,7
@@
static const struct swmii_regs duplex[] = {
static int swphy_decode_speed(int speed)
{
switch (speed) {
+ case 10000:
case 1000:
return SWMII_SPEED_1000;
case 100: