Git commit was not cleanly cherry-picked but this changes
are under ifdef so build did not fail on that. Fix it now.
Signed-off-by: Maxim Uvarov <maxim.uvarov@oracle.com>
return 0;
}
-<<<<<<< HEAD
static inline int __vlan_hwaccel_rx(struct sk_buff *skb, struct vlan_group *grp,
u16 vlan_tci, int polling)
{
return NET_XMIT_SUCCESS;
}
-static inline bool vlan_do_receive(struct sk_buff **skb)
-=======
static inline bool vlan_do_receive(struct sk_buff **skb, bool last_handler)
->>>>>>> 6a32e4f... vlan: allow nested vlan_do_receive()
{
if (((*skb)->vlan_tci & VLAN_VID_MASK) && last_handler)
(*skb)->pkt_type = PACKET_OTHERHOST;