ralink: mt7628 does not actually need this fix for the ethernet driver

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 43206
master
John Crispin 10 years ago
parent f4417f7ad8
commit 9007e2244f
  1. 3
      target/linux/ramips/files/drivers/net/ethernet/ralink/soc_rt305x.c

@ -91,9 +91,6 @@ static void rt305x_fe_reset(void)
static void rt5350_init_data(struct fe_soc_data *data,
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;
}

Loading…
Cancel
Save