]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5f8328cf39d3e9e002655c76bfd61add005717d3
tree6d44c34b339fb7a333531472650a9c5f8b344a3d
parent5f2b0d495c0c71b4929333bc146ba4fe235c2057
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