[PATCH] {PATCH] Fix IBM EMAC driver ioctl bug
authorGeoff Levand <geoffrey.levand@am.sony.com>
Thu, 14 Apr 2005 18:20:32 +0000 (11:20 -0700)
committerJeff Garzik <jgarzik@pobox.com>
Mon, 16 May 2005 02:44:26 +0000 (22:44 -0400)
commit99718699f5746cc365f3a9ab4769568a1da97635
tree6f8f9ad590b14514ad88c3478328795148c91e46
parentf7a3aae1723e7ffc9c4fcdb489365da7a3d81255
[PATCH] {PATCH] Fix IBM EMAC driver ioctl bug

Fix IBM EMAC driver ioctl bug.

I found IBM EMAC driver bug.
So mii-tool command print wrong status.

  # mii-tool
  eth0: 10 Mbit, half duplex, no link
  eth1: 10 Mbit, half duplex, no link

I can get correct status on fixed kernel.

  # mii-tool
  eth0: negotiated 100baseTx-FD, link okZZ
  eth1: negotiated 100baseTx-FD, link ok

Hiroaki Fuse

Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> for CELF
drivers/net/ibm_emac/ibm_emac_core.c