From: Felix Fietkau Date: Sat, 11 Jul 2009 01:21:01 +0000 (+0000) Subject: ar8216: rename the vlan attribute to enable_vlan to keep it consistent with other... X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=30e2553aa3d2db8d5d53983fda6f673412f29837 ar8216: rename the vlan attribute to enable_vlan to keep it consistent with other drivers SVN-Revision: 16770 --- diff --git a/target/linux/generic-2.6/files/drivers/net/phy/ar8216.c b/target/linux/generic-2.6/files/drivers/net/phy/ar8216.c index 4354be9b0c..3100b92de1 100644 --- a/target/linux/generic-2.6/files/drivers/net/phy/ar8216.c +++ b/target/linux/generic-2.6/files/drivers/net/phy/ar8216.c @@ -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,