commit | 83ea0f4cb344089b6f240d3793d8c522a8501037 | [log] [tgz] |
---|---|---|
author | Neil Armstrong <narmstrong@baylibre.com> | Tue Nov 10 16:51:32 2015 +0100 |
committer | David S. Miller <davem@davemloft.net> | Sun Nov 15 20:16:16 2015 -0500 |
tree | f9ceceb724ae2ac86aedc4b365f2eeb9ef88340a | |
parent | b73c774e08cf1e8877b000585e8598ecee890c7f [diff] |
net: dsa: mv88e6060: use the correct bit shift for mac0 According to the mv88e6060 datasheet, the first mac byte must be at position 9 instead of 8 since the bit 8 is used to select if the mac address must differ for each port for Pause frames. Use the correct shift and set the same mac address for all port. Acked-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Signed-off-by: David S. Miller <davem@davemloft.net>