Commit 7d58d3eb authored by Grygorii Strashko's avatar Grygorii Strashko Committed by David S. Miller
Browse files

net: ethernet: ti: am65-cpsw-ethtool: skip hw cfg when change p0-rx-ptype-rrobin



Skip HW configuration when p0-rx-ptype-rrobin is changed as it will be done
by .ndev_open(),

Signed-off-by: default avatarGrygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d6d0aeaf
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -741,7 +741,6 @@ static int am65_cpsw_set_ethtool_priv_flags(struct net_device *ndev, u32 flags)
	}

	common->pf_p0_rx_ptype_rrobin = rrobin;
	am65_cpsw_nuss_set_p0_ptype(common);

	return 0;
}