projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d4e4cf
)
phy: atheros: fix AR8021 PHY ID mask
author
Michael Walle
<michael@walle.cc>
Wed, 6 May 2020 22:11:53 +0000
(
00:11
+0200)
committer
Tom Rini
<trini@konsulko.com>
Thu, 7 May 2020 15:05:00 +0000
(11:05 -0400)
The upper bits are all the OUI.
Signed-off-by: Michael Walle <michael@walle.cc>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
drivers/net/phy/atheros.c
patch
|
blob
|
history
diff --git
a/drivers/net/phy/atheros.c
b/drivers/net/phy/atheros.c
index 3cc162828ca007aa94c758f57665f76d38ada039..01953a1390229c7da7f36eb23e9271b9c06d7a97 100644
(file)
--- a/
drivers/net/phy/atheros.c
+++ b/
drivers/net/phy/atheros.c
@@
-120,7
+120,7
@@
static int ar8035_config(struct phy_device *phydev)
static struct phy_driver AR8021_driver = {
.name = "AR8021",
.uid = 0x4dd040,
- .mask = 0x
4
ffff0,
+ .mask = 0x
fff
ffff0,
.features = PHY_GBIT_FEATURES,
.config = ar8021_config,
.startup = genphy_startup,