summaryrefslogtreecommitdiff
path: root/drivers/staging/et131x/et1310_phy.h
diff options
context:
space:
mode:
authorMark Einon <mark.einon@gmail.com>2011-08-29 17:42:41 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2011-08-29 18:20:11 (GMT)
commit0f18f767e5f9a4c5a9fa976df168d0f3e33c91da (patch)
treebfacaee798f727e0e8af84fcb24f51f822aee927 /drivers/staging/et131x/et1310_phy.h
parentfca7737f5c4bdf11f5a62bf7d79c9c60f15ceaff (diff)
downloadlinux-fsl-qoriq-0f18f767e5f9a4c5a9fa976df168d0f3e33c91da.tar.xz
staging: et131x: Use phy-device, mii_bus and ethtool_ops
Adding some basic ethtool ops and supporting functionality using a phy device. Signed-off-by: Mark Einon <mark.einon@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/et131x/et1310_phy.h')
-rw-r--r--drivers/staging/et131x/et1310_phy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/et131x/et1310_phy.h b/drivers/staging/et131x/et1310_phy.h
index 6b38a3e..8e9404e 100644
--- a/drivers/staging/et131x/et1310_phy.h
+++ b/drivers/staging/et131x/et1310_phy.h
@@ -121,8 +121,8 @@ struct mi_regs {
u8 imr; /* Interrupt Mask Reg(Reg 0x18) */
u8 isr; /* Interrupt Status Reg(Reg 0x19) */
u8 psr; /* PHY Status Reg(Reg 0x1A) */
- u8 lcr1; /* LED Control 1 Reg(Reg 0x1B) */
- u8 lcr2; /* LED Control 2 Reg(Reg 0x1C) */
+ u8 lcr1; /* LED Control 1 Reg(Reg 0x1B) */
+ u8 lcr2; /* LED Control 2 Reg(Reg 0x1C) */
u8 mi_res4[3]; /* Future use by MI working group(Reg 0x1D - 0x1F) */
};