From 012bc22a86853c76bfd40c35df07ef1dd40147b3 Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Sat, 28 Mar 2015 23:20:46 +0000 Subject: [PATCH] Turns out the AR933x looks like the AR7240/AR7241 switch as far as VLAN configuration is concerned. So, remove the now-erroneous comment. Tested: * AR9331 - Carambola2, with transmitting dot1q tagged packets around. --- sys/dev/etherswitch/arswitch/arswitch_vlans.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/dev/etherswitch/arswitch/arswitch_vlans.c b/sys/dev/etherswitch/arswitch/arswitch_vlans.c index ab4700ddf4b..9853b22f5f3 100644 --- a/sys/dev/etherswitch/arswitch/arswitch_vlans.c +++ b/sys/dev/etherswitch/arswitch/arswitch_vlans.c @@ -51,7 +51,6 @@ #include "etherswitch_if.h" /* - * XXX TODO: teach about the AR933x SoC switch * XXX TODO: teach about the AR934x SoC switch */