diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-07-11 01:21:01 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-07-11 01:21:01 +0000 |
commit | 8d50438cc16359546ebf2b4221a107fce007872c (patch) | |
tree | c94a55f1a560f1c2086284c647f43df4f4c45d7d | |
parent | e315c79242f0b0c5b4f79f063d0487887d529c56 (diff) | |
download | upstream-8d50438cc16359546ebf2b4221a107fce007872c.tar.gz upstream-8d50438cc16359546ebf2b4221a107fce007872c.tar.bz2 upstream-8d50438cc16359546ebf2b4221a107fce007872c.zip |
ar8216: rename the vlan attribute to enable_vlan to keep it consistent with other drivers
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16770 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/generic-2.6/files/drivers/net/phy/ar8216.c | 2 |
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, |