|
@@ -1465,7 +1465,7 @@ static int xgbe_set_features(struct net_device *netdev,
|
|
|
{
|
|
|
struct xgbe_prv_data *pdata = netdev_priv(netdev);
|
|
|
struct xgbe_hw_if *hw_if = &pdata->hw_if;
|
|
|
- unsigned int rxcsum, rxvlan, rxvlan_filter;
|
|
|
+ netdev_features_t rxcsum, rxvlan, rxvlan_filter;
|
|
|
|
|
|
rxcsum = pdata->netdev_features & NETIF_F_RXCSUM;
|
|
|
rxvlan = pdata->netdev_features & NETIF_F_HW_VLAN_CTAG_RX;
|