Re: [OpenWrt-Devel] ATH10K VLAN firmware issue

2016-11-04 Thread Ben Greear
The bug appears that vlan-tx-stripping is unconditionally enabled in at least my firmware. I have re-compiled w/out that flag set, and it appears to work for me. Please download this firmware, rename it firmware-2.bin, make sure you remove/rename any firmware-5.bin (etc) so mine will load, and

Re: [OpenWrt-Devel] ATH10K VLAN firmware issue

2016-11-04 Thread Ben Greear
I can reproduce this in my CT firmware. I'll see if I can fix it, but for stock firmware, it might be that changing the driver to use Ethernet packet type of native-wifi would make .1q vlans work. Thanks, Ben On 11/04/2016 10:28 AM, yu-chieh kung wrote: I met the same problem before, if i

Re: [OpenWrt-Devel] ATH10K VLAN firmware issue

2016-11-04 Thread Valo, Kalle
Bruno Antunes writes: > Old thread but I think the issue is still present. > > I'm running a setup with VLANs with WDS and ath10k cards. > > To make it work both cards must be loaded in rawmode, AP > and Sta, and with no security. > > I'm using a OpenWrt trunk r49941 and the

Re: [OpenWrt-Devel] ATH10K VLAN firmware issue

2016-11-04 Thread Bruno Antunes
On 4 November 2016 at 14:18, Mauro Mozzarelli wrote: > Since the capability is implemented in software you might be testing the > limit of your router's CPU i/o speed. By loading the module in rawmode? The AP is an APU and Sta is an APU2. > > > > On 04/11/16 14:13, Bruno

Re: [OpenWrt-Devel] ATH10K VLAN firmware issue

2016-11-04 Thread Mauro Mozzarelli
Since the capability is implemented in software you might be testing the limit of your router's CPU i/o speed. On 04/11/16 14:13, Bruno Antunes wrote: Hi all, Old thread but I think the issue is still present. I'm running a setup with VLANs with WDS and ath10k cards. To make it work both

Re: [OpenWrt-Devel] ATH10K VLAN firmware issue

2016-11-04 Thread Bruno Antunes
Hi all, Old thread but I think the issue is still present. I'm running a setup with VLANs with WDS and ath10k cards. To make it work both cards must be loaded in rawmode, AP and Sta, and with no security. I'm using a OpenWrt trunk r49941 and the most recent firmware, 10.2.4.70.58, from Kalle

Re: [OpenWrt-Devel] [PATCH firewall3] iptables: add support for version 1.6.0

2016-11-04 Thread Jo-Philipp Wich
Hi Ralph, pushed to http://git.lede-project.org/dd01372 - thank you! ~ Jo signature.asc Description: OpenPGP digital signature ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

[OpenWrt-Devel] [PATCH firewall3] iptables: add support for version 1.6.0

2016-11-04 Thread Ralph Sennhauser
Account for the struct xtables_globals change and add API version 11 to the supported APIs. Signed-off-by: Ralph Sennhauser --- iptables.c | 6 ++ iptables.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/iptables.c b/iptables.c index