mirror of https://github.com/hak5/openwrt-owl.git
ralink: mt7628 does not actually need this fix for the ethernet driver
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43206owl
parent
f4417f7ad8
commit
9007e2244f
|
@ -91,9 +91,6 @@ static void rt305x_fe_reset(void)
|
||||||
static void rt5350_init_data(struct fe_soc_data *data,
|
static void rt5350_init_data(struct fe_soc_data *data,
|
||||||
struct net_device *netdev)
|
struct net_device *netdev)
|
||||||
{
|
{
|
||||||
struct fe_priv *priv = netdev_priv(netdev);
|
|
||||||
|
|
||||||
priv->flags = FE_FLAG_PADDING_64B | FE_FLAG_PADDING_BUG;
|
|
||||||
netdev->hw_features = NETIF_F_SG | NETIF_F_RXCSUM;
|
netdev->hw_features = NETIF_F_SG | NETIF_F_RXCSUM;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue