commit | bf08c34086d159edde5c54902dfa2caa4d9fbd8c | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Wed Jan 03 22:13:00 2018 -0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Jan 05 11:21:31 2018 -0500 |
tree | d5cc59182650577d384f016233bc7d117dd6f57f | |
parent | 33c30a8b68cf837b2be3e885ae0a329b880d7666 [diff] |
net: dsa: Move padding into Broadcom tagger Instead of having the different master network device drivers potentially used by DSA/Broadcom tags, move the padding necessary for the switches to accept short packets where it makes most sense: within tag_brcm.c. This avoids multiplying the number of similar commits to e.g: bgmac, bcmsysport, etc. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>