vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.
authorJesse Gross <jesse@nicira.com>
Wed, 20 Oct 2010 13:56:02 +0000 (13:56 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 21 Oct 2010 08:26:50 +0000 (01:26 -0700)
VLAN_GROUP_ARRAY_LEN is simply the number of possible vlan VIDs.
Since vlan groups will soon be more of an implementation detail
for vlan devices, rename the constant to be descriptive of its
actual purpose.

Signed-off-by: Jesse Gross <jesse@nicira.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found