|
@@ -2522,7 +2522,7 @@ static int illegal_highdma(struct net_device *dev, struct sk_buff *skb)
|
|
/* If MPLS offload request, verify we are testing hardware MPLS features
|
|
/* If MPLS offload request, verify we are testing hardware MPLS features
|
|
* instead of standard features for the netdev.
|
|
* instead of standard features for the netdev.
|
|
*/
|
|
*/
|
|
-#ifdef CONFIG_NET_MPLS_GSO
|
|
|
|
|
|
+#if IS_ENABLED(CONFIG_NET_MPLS_GSO)
|
|
static netdev_features_t net_mpls_features(struct sk_buff *skb,
|
|
static netdev_features_t net_mpls_features(struct sk_buff *skb,
|
|
netdev_features_t features,
|
|
netdev_features_t features,
|
|
__be16 type)
|
|
__be16 type)
|