Use vlan_hwaccel_rx instead of vlan_hwaccel_receive_skb, as this is the non-polling...
[madwifi/.git] / net80211 / ieee80211_linux.h
index 563d619ee6c2f50fb747b869e0a45a7d282a32b7..4ad543a684fb292aa6261e1b23ea8446aa3a0dc2 100644 (file)
@@ -612,10 +612,6 @@ void ieee80211_proc_cleanup(struct ieee80211vap *);
 #if defined(CONFIG_VLAN_8021Q) || defined(CONFIG_VLAN_8021Q_MODULE)
 #define IEEE80211_VLAN_TAG_USED 1
 
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2,4,20)
-#define        vlan_hwaccel_receive_skb(skb, grp, tag) vlan_hwaccel_rx(skb, grp, tag)
-#endif
-
 #ifndef VLAN_GROUP_ARRAY_PART_LEN
 #define vlan_group_set_device(group, vid, dev) do { \
        group->vlan_devices[vid] = dev; \