DM9000: Remove old timer based poll routines
authorBen Dooks <ben-linux@fluff.org>
Tue, 5 Feb 2008 00:02:05 +0000 (00:02 +0000)
committerJeff Garzik <jeff@garzik.org>
Mon, 11 Feb 2008 16:06:25 +0000 (11:06 -0500)
commitfcfa81aa3e8d885356139122fcb281487b983468
tree1f6d4f8954806ba983e2a5aa51de3d40d44ec8ee
parent1a5f1c4ff80f522555d78d4dd0109f18395c6d83
DM9000: Remove old timer based poll routines

Remove the timer based MII phy polling, as this is
currently broken with the new EEPROM code that now
uses mutexes to protect the phy access.

This will need to be replaced in the future by some
form of mutex safe mechanism for reading the MII
phy status.

The replacement has not been done here as changing
this patch, which is early in the sequence has quite
a knock-on effect. Once this series is merged, then
a new presentation of an patch to poll the MII link
status can be added.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/dm9000.c