ibmvnic: Remove skb->protocol checks in ibmvnic_xmit
authorJohn Allen <jallen@linux.vnet.ibm.com>
Fri, 9 Feb 2018 19:19:46 +0000 (13:19 -0600)
committerDavid S. Miller <davem@davemloft.net>
Fri, 9 Feb 2018 19:47:00 +0000 (14:47 -0500)
commit2fa56a494484f19e06bf4f3464b2155a92beafac
tree38c548bd82b9846c8ef039ce2569b69c07ffcb8c
parent941ff6f11c020913f5cddf543a9ec63475d7c082
ibmvnic: Remove skb->protocol checks in ibmvnic_xmit

Having these checks in ibmvnic_xmit causes problems with VLAN
tagging and balance-alb/tlb bonding modes. The restriction they
imposed can be removed.

Signed-off-by: John Allen <jallen@linux.vnet.ibm.com>
Signed-off-by: Nathan Fontenot <nfont@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/ibm/ibmvnic.c