mirror of https://github.com/proski/madwifi
Fix compilation with IEEE80211_DEBUG_REFCNT set and no VLAN support
This commit is contained in:
parent
3f778edc5f
commit
27463c4ea4
|
@ -699,7 +699,9 @@ struct sk_buff *skb_copy_expand_debug(const struct sk_buff *skb, int newheadroom
|
||||||
__func__, __LINE__);
|
__func__, __LINE__);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if IEEE80211_VLAN_TAG_USED
|
||||||
EXPORT_SYMBOL(vlan_hwaccel_rx_debug);
|
EXPORT_SYMBOL(vlan_hwaccel_rx_debug);
|
||||||
|
#endif
|
||||||
EXPORT_SYMBOL(netif_rx_debug);
|
EXPORT_SYMBOL(netif_rx_debug);
|
||||||
EXPORT_SYMBOL(alloc_skb_debug);
|
EXPORT_SYMBOL(alloc_skb_debug);
|
||||||
EXPORT_SYMBOL(dev_alloc_skb_debug);
|
EXPORT_SYMBOL(dev_alloc_skb_debug);
|
||||||
|
|
Loading…
Reference in New Issue