stmmac: fix_mac_speed is called during 10/100<->1000 speed changes
authorPawel Moll <pawel.moll@st.com>
Mon, 23 Aug 2010 20:40:40 +0000 (20:40 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 25 Aug 2010 23:30:50 +0000 (16:30 -0700)
commit219dd1132a71875ef7097ac47f634d402478385c
tree9959713985c6b2f527fc2b71930af262e866eda7
parentc6a056a349d10a6e879ca1be6067873b6feed259
stmmac: fix_mac_speed is called during 10/100<->1000 speed changes

This patch modifies the stmmac_adjust_link() function so the
fix_mac_speed() is called not only when link speed is changing
between 10 and 100 Mbps (as required in RMII mode) but also
for 1000 Mbps.

Signed-off-by: Pawel Moll <pawel.moll@st.com>
Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/stmmac/stmmac_main.c