[OpenWrt-Devel] [PATCH 1/2] ar71xx: ar8216: move policies, pvid to setup_port

2014-07-22 Thread Valentin Spreckels
From: Valentin Spreckels valentin.spreck...@informatik.uni-oldenburg.de This moves ingress, egress policy and pvid decisions to setup_port methods. They arenow device type dependent. This allows policy changes on only one device type which is needed to allow tagged + untagged operation on ar8327

[OpenWrt-Devel] [PATCH 2/2] ar71xx: ar8216: tagged+untagged on ar8327 (#12181)

2014-07-22 Thread Valentin Spreckels
From: Valentin Spreckels valentin.spreck...@informatik.uni-oldenburg.de This allows tagged and untagged traffic together on the same port on ar8327 switch devices. I looked at the first attempt to do this in r40777 (ar71xx: Fix tagged+untagged operation on AR8327N (#12181)). I also set the vlan

[OpenWrt-Devel] [PATCH 0/2] ar71xx: ar8216: tagged+untagged on ar8327 (#12181)

2014-07-22 Thread Valentin Spreckels
From: Valentin Spreckels valentin.spreck...@informatik.uni-oldenburg.de Hi, This is a small patch set to allow taged+untagged traffic on the same port of an ar8327 switch. The first patch does small refactoring. The real changes are in the second patch. I only included the changes for ar8327

Re: [OpenWrt-Devel] [RFC] Fix VLAN on Atheros AR8327N

2014-09-17 Thread Valentin Spreckels
/5958/ My patches attempt to minimize changes in non-ar8327-specific code. Neither the revert commit nor ticket #12181 describe the issues. So I'm not sure, if my patches have them too. Does anyone know details about the issues? - Valentin Spreckels Signed-off-by: Saverio Proto ziopr