ar8216: rename the vlan attribute to enable_vlan to keep it consistent with other...
[openwrt/svn-archive/archive.git] / target / linux / generic-2.6 / files / drivers / net / phy / ar8216.c
index 4354be9b0cc3ee3db2ef5f26a98e6371add30043..3100b92de1b3194920234d6aa2963f6a391cc029 100644 (file)
@@ -264,7 +264,7 @@ ar8216_netif_receive_skb(struct sk_buff *skb)
 static struct switch_attr ar8216_globals[] = {
        {
                .type = SWITCH_TYPE_INT,
-               .name = "vlan",
+               .name = "enable_vlan",
                .description = "Enable VLAN mode",
                .set = ar8216_set_vlan,
                .get = ar8216_get_vlan,