allow bigger packets in the marvell switch (does not fix the mtu problems yet)
SVN-Revision: 10970
This commit is contained in:
parent
8222e21432
commit
c3fcb26d47
1 changed files with 6 additions and 0 deletions
|
@ -288,6 +288,12 @@ mvswitch_config_init(struct phy_device *pdev)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* init switch control */
|
||||||
|
w16(pdev, MV_SWITCHREG(CTRL),
|
||||||
|
MV_SWITCHCTL_MSIZE |
|
||||||
|
MV_SWITCHCTL_DROP
|
||||||
|
);
|
||||||
|
|
||||||
/* hook into the tx function */
|
/* hook into the tx function */
|
||||||
priv->hardstart = dev->hard_start_xmit;
|
priv->hardstart = dev->hard_start_xmit;
|
||||||
pdev->netif_receive_skb = mvswitch_netif_receive_skb;
|
pdev->netif_receive_skb = mvswitch_netif_receive_skb;
|
||||||
|
|
Loading…
Reference in a new issue