fs_enet/mii-fec.c: fix MII speed calculation
authorWolfgang Denk <wd@denx.de>
Fri, 17 Jul 2009 02:27:07 +0000 (02:27 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 17 Jul 2009 16:47:29 +0000 (09:47 -0700)
commit652f6787c082a174f0bbfa7f895b65b03d8d46c9
treed131b92e10357adad9322ec9a89246fca2ce12fb
parentda8120355e80ddaf534adb8ed910871d97512d56
fs_enet/mii-fec.c: fix MII speed calculation

The MII speed calculation was based on the CPU clock (ppc_proc_freq),
but for MPC512x we must use the bus clock instead.

This patch makes it use the correct clock and makes sure we don't
clobber reserved bits in the MII_SPEED register.

Signed-off-by: Wolfgang Denk <wd@denx.de>
Cc: Grant Likely <grant.likely@secretlab.ca>
Cc: Kumar Gala <galak@kernel.crashing.org>
Cc: <netdev@vger.kernel.org>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/fs_enet/mii-fec.c