staging: et131x: Remove adapter->bmsr, replace with phydev equivalents
authorMark Einon <mark.einon@gmail.com>
Sat, 1 Oct 2011 10:14:12 +0000 (11:14 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 4 Oct 2011 17:43:13 +0000 (10:43 -0700)
adapter->bmsr is no longer being updated, but is also used to check the link state in places.

Remove bmsr from adapter, and replace link state checks with phydev->link check.

Signed-off-by: Mark Einon <mark.einon@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found