mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-28 00:04:05 +02:00
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
This commit is contained in:
parent
8f0c0aaa45
commit
71f5d93ef9
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user