aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/et131x/et1310_phy.c
diff options
context:
space:
mode:
authorAlan Cox <alan@linux.intel.com>2009-08-27 11:00:47 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2009-09-15 12:02:28 -0700
commit576b38e0cd5ab57af1c84312b0b14d77090dbeda (patch)
tree09dbd195bf5ba006fb3abd24dd1a3650375eb95b /drivers/staging/et131x/et1310_phy.c
parentStaging: et131x: de-hungarianise a bit (diff)
downloadlinux-dev-576b38e0cd5ab57af1c84312b0b14d77090dbeda.tar.xz
linux-dev-576b38e0cd5ab57af1c84312b0b14d77090dbeda.zip
Staging: et131x: continue pruning unused fields
Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/et131x/et1310_phy.c')
-rw-r--r--drivers/staging/et131x/et1310_phy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/et131x/et1310_phy.c b/drivers/staging/et131x/et1310_phy.c
index a16ce16cfede..19ffb65c90bc 100644
--- a/drivers/staging/et131x/et1310_phy.c
+++ b/drivers/staging/et131x/et1310_phy.c
@@ -547,7 +547,7 @@ void et131x_Mii_check(struct et131x_adapter *etdev,
}
etdev->linkspeed = 0;
- etdev->duplexMode = 0;
+ etdev->duplex_mode = 0;
/* Free the packets being actively sent & stopped */
et131x_free_busy_send_packets(etdev);