]> 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)
commit6d8d9b3611ac0cc4c95d608dd2fd1288b868463d
tree6d44c34b339fb7a333531472650a9c5f8b344a3d
parentec653cd32109da684ba25f143c40a5ce1b4ae644
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