From 27463c4ea4064563160441d95b7743b07067ab9c Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Tue, 12 Nov 2013 16:57:07 -0500 Subject: [PATCH] Fix compilation with IEEE80211_DEBUG_REFCNT set and no VLAN support --- net80211/ieee80211_skb.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net80211/ieee80211_skb.c b/net80211/ieee80211_skb.c index 20e6c05..13701d4 100644 --- a/net80211/ieee80211_skb.c +++ b/net80211/ieee80211_skb.c @@ -699,7 +699,9 @@ struct sk_buff *skb_copy_expand_debug(const struct sk_buff *skb, int newheadroom __func__, __LINE__); } +#if IEEE80211_VLAN_TAG_USED EXPORT_SYMBOL(vlan_hwaccel_rx_debug); +#endif EXPORT_SYMBOL(netif_rx_debug); EXPORT_SYMBOL(alloc_skb_debug); EXPORT_SYMBOL(dev_alloc_skb_debug); -- 2.35.1