summaryrefslogtreecommitdiff
path: root/drivers/staging/et131x/et1310_phy.c
diff options
context:
space:
mode:
authorMark Einon <mark.einon@gmail.com>2011-07-10 16:35:30 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2011-08-23 11:44:19 -0700
commit9590e93c79073fc1e36e18fd79ca870fc710c129 (patch)
treeb298057ed8ea67426f0da6334a9f24b26f7c69ed /drivers/staging/et131x/et1310_phy.c
parentc2329af4b9abe91218c07c3ed4897d48eca4b918 (diff)
staging: et131x: Converting et1310_rx.c function and local names from CamelCase
Also renamed some items to improve readability, and other minor tidy-ups. Tested on an ET-131x 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.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 72892e06199b..d3d3b463742d 100644
--- a/drivers/staging/et131x/et1310_phy.c
+++ b/drivers/staging/et131x/et1310_phy.c
@@ -853,7 +853,7 @@ void et131x_mii_check(struct et131x_adapter *etdev,
et1310_phy_and_or_reg(etdev, 0x16, 0xcfff,
0x2000);
- SetRxDmaTimer(etdev);
+ et131x_set_rx_dma_timer(etdev);
config_mac_regs2(etdev);
}
}