summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/files
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-07-11 01:21:01 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-07-11 01:21:01 +0000
commit3e7d58574f94c8950210ecc0a34a9214f6c86231 (patch)
treeaf67617fe9e8c4965fa99e3e3bc1a20b349d467c /target/linux/generic-2.6/files
parent19ccf0862881c523da6ee72a388a07644f1bbcd8 (diff)
downloadmaster-31e0f0ae-3e7d58574f94c8950210ecc0a34a9214f6c86231.tar.gz
master-31e0f0ae-3e7d58574f94c8950210ecc0a34a9214f6c86231.tar.bz2
master-31e0f0ae-3e7d58574f94c8950210ecc0a34a9214f6c86231.zip
ar8216: rename the vlan attribute to enable_vlan to keep it consistent with other drivers
SVN-Revision: 16770
Diffstat (limited to 'target/linux/generic-2.6/files')
-rw-r--r--target/linux/generic-2.6/files/drivers/net/phy/ar8216.c2
1 files changed, 1 insertions, 1 deletions
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,