mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 03:18:26 +02:00
[kernel] fix mvswitch PHY polling setting (#8133)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23862 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c8d3d3ba2e
commit
61c948163d
@ -247,7 +247,7 @@ mvswitch_config_init(struct phy_device *pdev)
|
|||||||
pdev->supported = ADVERTISED_100baseT_Full;
|
pdev->supported = ADVERTISED_100baseT_Full;
|
||||||
pdev->advertising = ADVERTISED_100baseT_Full;
|
pdev->advertising = ADVERTISED_100baseT_Full;
|
||||||
dev->phy_ptr = priv;
|
dev->phy_ptr = priv;
|
||||||
dev->irq = PHY_POLL;
|
pdev->irq = PHY_POLL;
|
||||||
#ifdef HEADER_MODE
|
#ifdef HEADER_MODE
|
||||||
dev->flags |= IFF_PROMISC;
|
dev->flags |= IFF_PROMISC;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user