Author: blogic Date: 2014-11-07 11:51:00 +0100 (Fri, 07 Nov 2014) New Revision: 43206
Modified: trunk/target/linux/ramips/files/drivers/net/ethernet/ralink/soc_rt305x.c Log: ralink: mt7628 does not actually need this fix for the ethernet driver Signed-off-by: John Crispin <[email protected]> Modified: trunk/target/linux/ramips/files/drivers/net/ethernet/ralink/soc_rt305x.c =================================================================== --- trunk/target/linux/ramips/files/drivers/net/ethernet/ralink/soc_rt305x.c 2014-11-06 19:35:34 UTC (rev 43205) +++ trunk/target/linux/ramips/files/drivers/net/ethernet/ralink/soc_rt305x.c 2014-11-07 10:51:00 UTC (rev 43206) @@ -91,9 +91,6 @@ 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; } _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
