aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/et131x/et1310_mac.c
diff options
context:
space:
mode:
authorAlan Cox <alan@linux.intel.com>2010-01-18 10:34:51 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2010-03-03 19:42:51 -0500
commit70a29a24088211369169b6285f33795be4d3a616 (patch)
treefb9b6ce6a35d431e9d1fb857ace5a42504bc7db5 /drivers/staging/et131x/et1310_mac.c
parentafa7e5ec93b4e9e991fd3feb0bda2589f785e357 (diff)
Staging: et131x: Kill rxmac crc fields
More we don't need 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_mac.c')
-rw-r--r--drivers/staging/et131x/et1310_mac.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/staging/et131x/et1310_mac.c b/drivers/staging/et131x/et1310_mac.c
index 99aeb331c0e..d42407c0545 100644
--- a/drivers/staging/et131x/et1310_mac.c
+++ b/drivers/staging/et131x/et1310_mac.c
@@ -247,9 +247,9 @@ void ConfigRxMacRegs(struct et131x_adapter *etdev)
247 writel(0x8, &pRxMac->ctrl.value); 247 writel(0x8, &pRxMac->ctrl.value);
248 248
249 /* Initialize WOL to disabled. */ 249 /* Initialize WOL to disabled. */
250 writel(0, &pRxMac->crc0.value); 250 writel(0, &pRxMac->crc0);
251 writel(0, &pRxMac->crc12.value); 251 writel(0, &pRxMac->crc12);
252 writel(0, &pRxMac->crc34.value); 252 writel(0, &pRxMac->crc34);
253 253
254 /* We need to set the WOL mask0 - mask4 next. We initialize it to 254 /* We need to set the WOL mask0 - mask4 next. We initialize it to
255 * its default Values of 0x00000000 because there are not WOL masks 255 * its default Values of 0x00000000 because there are not WOL masks