summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt305x_esw_platform.h
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-08-29 10:37:40 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-08-29 10:37:40 +0000
commitf1b9d77912787339a2273c94ddece2cb5d0aceb3 (patch)
tree5ca17d9b54fb795d48331f60af8ae3602feb1c1d /target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt305x_esw_platform.h
parent1f3400d3b4cd3cf817cf63585d3843d1dd1e76d0 (diff)
downloadmaster-31e0f0ae-f1b9d77912787339a2273c94ddece2cb5d0aceb3.tar.gz
master-31e0f0ae-f1b9d77912787339a2273c94ddece2cb5d0aceb3.tar.bz2
master-31e0f0ae-f1b9d77912787339a2273c94ddece2cb5d0aceb3.zip
ramips: Minor ramips_esw.c cleanup
Stop handling VLAN setup in the kernel. Removes the obsolete RT305X_ESW_VLAN_CONFIG_BYPASS option I added for WL-351 and add some extra comments. Also removes the en_vlan per-port flag that isn't very useful really, it now is only controlled by the global enable_vlan flag. Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de> SVN-Revision: 33301
Diffstat (limited to 'target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt305x_esw_platform.h')
-rw-r--r--target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt305x_esw_platform.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt305x_esw_platform.h b/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt305x_esw_platform.h
index 9634322d14..2098c5cc1f 100644
--- a/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt305x_esw_platform.h
+++ b/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt305x_esw_platform.h
@@ -13,7 +13,6 @@
enum {
RT305X_ESW_VLAN_CONFIG_NONE = 0,
- RT305X_ESW_VLAN_CONFIG_BYPASS,
RT305X_ESW_VLAN_CONFIG_LLLLW,
RT305X_ESW_VLAN_CONFIG_WLLLL,
};