commit | efd58adf8f1fc8e9bd2b822d23eb3b603f3aec90 | [log] [tgz] |
---|---|---|
author | Biao Huang <biao.huang@mediatek.com> | Tue Jul 09 10:36:22 2019 +0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 09 14:17:59 2019 -0700 |
tree | 570cf678bf43b5bcc84e4d379abd38f92a5d4241 | |
parent | 6ec3d4d2257e4101a8bbd809158093ef9a759144 [diff] |
net: stmmac: dwmac4: mac address array boudary violation issue The mac address array size is GMAC_MAX_PERFECT_ADDRESSES, so the 'reg' should be less than it, or will affect other registers. Signed-off-by: Biao Huang <biao.huang@mediatek.com> Signed-off-by: David S. Miller <davem@davemloft.net>