net: systemport: Remove short packet padding
authorFlorian Fainelli <f.fainelli@gmail.com>
Thu, 4 Jan 2018 06:13:01 +0000 (22:13 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 5 Jan 2018 16:21:31 +0000 (11:21 -0500)
commit398aff64d5eb441e2191a6b61db04a6e0828b018
tree6d44c34b339fb7a333531472650a9c5f8b344a3d
parentbf08c34086d159edde5c54902dfa2caa4d9fbd8c
net: systemport: Remove short packet padding

Short packet padding added to the driver is only necessary when using
Broadcom tags, but since this is now taken care of net/dsa/tag_brcm.c,
we are guaranteed being given correctly padded packets.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bcmsysport.c