ralink: mt7628 does not actually need this fix for the ethernet driver
authorJohn Crispin <john@openwrt.org>
Fri, 7 Nov 2014 10:51:00 +0000 (10:51 +0000)
committerJohn Crispin <john@openwrt.org>
Fri, 7 Nov 2014 10:51:00 +0000 (10:51 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43206

target/linux/ramips/files/drivers/net/ethernet/ralink/soc_rt305x.c

index 746b118e1e36a4fa2b528e89f67a6e718f186e74..aff62534324272eed431c94964cf27a636c126b3 100644 (file)
@@ -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;
 }