Revert "netifd: Link layer state support on device level"
[project/netifd.git] / device.h
index dbcaf77..d63ffe3 100644 (file)
--- a/device.h
+++ b/device.h
@@ -59,7 +59,7 @@ struct device_type {
 enum {
        DEV_OPT_MTU             = (1 << 0),
        DEV_OPT_MACADDR         = (1 << 1),
-       DEV_OPT_TXQUEUELEN      = (1 << 2)
+       DEV_OPT_TXQUEUELEN      = (1 << 2),
 };
 
 /* events broadcasted to all users of a device */