remove a few comments clarified in the design documentation
authorFelix Fietkau <nbd@openwrt.org>
Mon, 28 Mar 2011 19:52:03 +0000 (21:52 +0200)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 28 Mar 2011 19:52:03 +0000 (21:52 +0200)
interface.h

index afdeb18..3a0b96f 100644 (file)
@@ -35,13 +35,8 @@ struct interface {
 
        char name[IFNAMSIZ];
 
-       /* interface is up and running */
        bool up;
-
-       /* interface can be brought up */
        bool active;
-
-       /* interface will be brought up when available */
        bool autostart;
 
        /* main interface that the interface is bound to */