X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=vlan.c;h=bf8cfba21b9d948387c8fc6e01cce8851f593c62;hp=3085868a91568dac3748ee03f0bcf52f78e75474;hb=7c4108d49d3048d8c14e73d5f366a13ed814df8d;hpb=cd51d94890e819e6e72fd9dc221716131e69dea7 diff --git a/vlan.c b/vlan.c index 3085868..bf8cfba 100644 --- a/vlan.c +++ b/vlan.c @@ -69,6 +69,7 @@ static struct device *get_vlan_device(struct device *dev, int id, bool create) { static const struct device_type vlan_type = { .name = "VLAN", + .config_params = &device_attr_list, .free = free_vlan_if, }; struct vlan_device *vldev;