master/ethernet.c
changeset 1907 dd276ae226b4
parent 1581 e51cf2af3ff9
child 1909 ea3eb4c74c1b
--- a/master/ethernet.c	Mon Apr 19 21:54:54 2010 +0200
+++ b/master/ethernet.c	Mon Apr 19 21:56:16 2010 +0200
@@ -83,6 +83,8 @@
 /*****************************************************************************/
 
 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 29)
+/** Device operations for EoE interfaces.
+ */
 static const struct net_device_ops ec_eoedev_ops = {
     .ndo_open = ec_eoedev_open,
     .ndo_stop = ec_eoedev_stop,