projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
mpc85xx: fix up kernel config and make the target boot on the MPC8568E-MDS-PB board
[openwrt.git]
/
target
/
linux
/
generic
/
files
/
drivers
/
net
/
phy
/
mvswitch.c
diff --git
a/target/linux/generic/files/drivers/net/phy/mvswitch.c
b/target/linux/generic/files/drivers/net/phy/mvswitch.c
index
c2f3245
..
f3a9c74
100644
(file)
--- a/
target/linux/generic/files/drivers/net/phy/mvswitch.c
+++ b/
target/linux/generic/files/drivers/net/phy/mvswitch.c
@@
-247,7
+247,7
@@
mvswitch_config_init(struct phy_device *pdev)
pdev->supported = ADVERTISED_100baseT_Full;
pdev->advertising = ADVERTISED_100baseT_Full;
dev->phy_ptr = priv;
- dev->irq = PHY_POLL;
+
p
dev->irq = PHY_POLL;
#ifdef HEADER_MODE
dev->flags |= IFF_PROMISC;
#endif
This page took
0.021693 seconds
and
4
git commands to generate.