mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-20 17:32:57 +00:00
cns3xxx: set base device for ethernet port netdevs
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43395
This commit is contained in:
parent
365cf9d10c
commit
8c136e6b56
@ -1256,6 +1256,7 @@ static int eth_init_one(struct platform_device *pdev)
|
||||
temp |= (PORT_DISABLE | PORT_BLOCK_STATE | PORT_LEARN_DIS);
|
||||
__raw_writel(temp, &sw->regs->mac_cfg[port->id]);
|
||||
|
||||
SET_NETDEV_DEV(dev, &pdev->dev);
|
||||
dev->netdev_ops = &cns3xxx_netdev_ops;
|
||||
dev->ethtool_ops = &cns3xxx_ethtool_ops;
|
||||
dev->tx_queue_len = 1000;
|
||||
|
Loading…
x
Reference in New Issue
Block a user