[OpenWrt-Devel] ramips: gsw_mt7621: disable PORT 5 MAC RX/TX flow control by default

2020-05-26 Thread Jaap Buurman
Dear all, The above patch has been committed for a long while in the master branch (https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=c8f8e59816eca49d776562d2d302bf990a87faf0). Is there any chance this could be backported to the 19.07 branch as well, since it's a bug-fix and not a new fea

Re: [OpenWrt-Devel] [PATCH] hostapd: add support for wifi-station and wifi-vlan sections

2020-05-26 Thread Vincent Wiemann
On 25.05.20 16:46, John Crispin wrote: > With this patch applied it is possible to use multiple PSKs and VIDs on a > single BSS. Nice! So hostapd supports different keys for different stations now? Did you test it? This is particularly interesting for me as I wanted to use different PSKs for diffe

Re: [OpenWrt-Devel] [PATCH] hostapd: add support for wifi-station and wifi-vlan sections

2020-05-26 Thread John Crispin
On 26.05.20 10:07, Vincent Wiemann wrote: On 25.05.20 16:46, John Crispin wrote: With this patch applied it is possible to use multiple PSKs and VIDs on a single BSS. Nice! So hostapd supports different keys for different stations now? Did you test it? This is particularly interesting for me a

Re: [OpenWrt-Devel] ramips: gsw_mt7621: disable PORT 5 MAC RX/TX flow control by default

2020-05-26 Thread Daniel Golle
On Tue, May 26, 2020 at 09:54:40AM +0200, Jaap Buurman wrote: > Dear all, > > The above patch has been committed for a long while in the master > branch > (https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=c8f8e59816eca49d776562d2d302bf990a87faf0). > Is there any chance this could be back

[OpenWrt-Devel] blob vs. blobmsg - simplifying & cleaning libubox API

2020-05-26 Thread Rafał Miłecki
* Introduction * OpenWrt heavily uses blob-s and blobmsg-s implemented in libubox. They are used in ubus and when parsing JSON-s. Short summary for two formats by Jo: [14:51] I think a blobmsg is a structure nested into a blob [14:52] a blob is id_len (8 bits type (aka ID), 24 bits length) +

Re: [OpenWrt-Devel] [PATCH v7] ramips: add support for TRENDnet TEW-810DR

2020-05-26 Thread mail
> -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > On Behalf Of Heppler, J. Scott > Sent: Dienstag, 26. Mai 2020 03:25 > To: openwrt-de...@openwrt.org > Subject: [OpenWrt-Devel] [PATCH v7] ramips: add support for TRENDnet > TEW-810DR > > * MediaTe

[OpenWrt-Devel] [PATCH] uboot-envtools: ath79: add Netgear WNDR4300SW

2020-05-26 Thread Stijn Segers
Add Netgear WNDR4300SW to the list of supported boards. Signed-off-by: Stijn Segers --- package/boot/uboot-envtools/files/ath79 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/boot/uboot-envtools/files/ath79 b/package/boot/uboot-envtools/files/ath79 index aebfeca85

[OpenWrt-Devel] [PATCH] wolfssl: use -fomit-frame-pointer to fix asm error

2020-05-26 Thread Eneas U de Queiroz
32-bit x86 fail to compile fast-math feature when compiled with frame pointer, which uses a register used in a couple of inline asm functions. Previous versions of wolfssl had this by default. Keeping an extra register available may increase performance, so it's being restored for all architectur

[OpenWrt-Devel] [PATCH 19.07] generic: fix flow table hw offload

2020-05-26 Thread Petr Štetiar
From: John Crispin Make the driver work with recent upstream changes. Fixes: FS#2632 Ref: https://github.com/openwrt/openwrt/pull/2815 Signed-off-by: John Crispin (cherry picked from commit 6786dc26a205da55ec2d9771693cdfb99e756e59) --- ...w_table-support-hw-offload-through-v.patch | 33 +++

Re: [OpenWrt-Devel] [PATCH 19.07] generic: fix flow table hw offload

2020-05-26 Thread John Crispin
On 26.05.20 22:01, Petr Štetiar wrote: From: John Crispin Make the driver work with recent upstream changes. Fixes: FS#2632 Ref: https://github.com/openwrt/openwrt/pull/2815 Signed-off-by: John Crispin (cherry picked from commit 6786dc26a205da55ec2d9771693cdfb99e756e59) --- thanks, feel free

Re: [OpenWrt-Devel] [PATCH v6] ath79: add support for COMFAST CF-E130N v2

2020-05-26 Thread Pavel Balan
Hello. I have just run-tested the patch from your tree on actual hardware - the web GUI works fine, as do both internet and wireless interfaces. An investigation into the art partition has shown that there are four sequential MAC addresses stored in memory. The first and the third are back-t

Re: [OpenWrt-Devel] [PATCH v6] ath79: add support for COMFAST CF-E130N v2

2020-05-26 Thread mail
Hi, > Hello. I have just run-tested the patch from your tree on actual hardware - > the web GUI works fine, as do both internet and wireless interfaces. > An investigation into the art partition has shown that there are four > sequential MAC addresses stored in memory. > The first and the third