net: stmmac: dwmac4: mac address array boudary violation issue
authorBiao Huang <biao.huang@mediatek.com>
Tue, 9 Jul 2019 02:36:22 +0000 (10:36 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 9 Jul 2019 21:17:59 +0000 (14:17 -0700)
commitefd58adf8f1fc8e9bd2b822d23eb3b603f3aec90
tree570cf678bf43b5bcc84e4d379abd38f92a5d4241
parent6ec3d4d2257e4101a8bbd809158093ef9a759144
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>
drivers/net/ethernet/stmicro/stmmac/dwmac4_core.c