linux_dsm_epyc7002/drivers/net/ethernet/calxeda
Dan Carpenter cf62cb72d6 net: calxedaxgmac: fix condition in xgmac_set_features()
The "changed" variable should be a 64 bit type, otherwise it can't store
all the features.  The way the code is now the test for whether
NETIF_F_RXCSUM changed is always false and we return immediately.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-04-25 03:50:17 -04:00
..
Kconfig net: calxeda xgmac ethernet driver add missing HAS_IOMEM dependency 2011-12-27 13:01:44 -05:00
Makefile
xgmac.c net: calxedaxgmac: fix condition in xgmac_set_features() 2013-04-25 03:50:17 -04:00