# HG changeset patch
# User Florian Pose <fp@igh-essen.com>
# Date 1325681868 -3600
# Node ID a2a2f1a0d07b88de6406483b4d3e4196cd9fa9b8
# Parent  4f6670f083f145fc7dec90c6e08cd5b6ce0603b7
Minor changes.

diff -r 4f6670f083f1 -r a2a2f1a0d07b devices/r8169-2.6.33-ethercat.c
--- a/devices/r8169-2.6.33-ethercat.c	Wed Jan 04 14:04:24 2012 +0100
+++ b/devices/r8169-2.6.33-ethercat.c	Wed Jan 04 13:57:48 2012 +0100
@@ -3233,6 +3233,7 @@
 		RTL_W16(CPlusCmd, RTL_R16(CPlusCmd) | RxVlan);
 
 	device_set_wakeup_enable(&pdev->dev, tp->features & RTL_FEATURE_WOL);
+
 	if (tp->ecdev && ecdev_open(tp->ecdev)) {
 		ecdev_withdraw(tp->ecdev);
 		goto err_out_msi_5;
@@ -4783,7 +4784,6 @@
 		netif_stop_queue(dev);
 
 		napi_disable(&tp->napi);
- 
 	}
 
 core_down: