Re: [OpenWrt-Devel] [PATCHv3 netifd 3/3] bridge: Allow setting multicast_router option

2015-08-24 Thread Felix Fietkau
On 2015-08-23 17:19, Linus Lüssing wrote: > The multicast_router option of a bridge allows to control the forwarding > behaviour of multicast packets independant of the listener state: > > * 0: Only forward if specific listener is present > * 1 (default): Forward if specific listener or a multicas

Re: [OpenWrt-Devel] [PATCH] target/linux/generic: allow up to 4 8250-compatible UARTS

2015-08-24 Thread Alexey Brodkin
Hi Hauke, On Mon, 2015-08-24 at 22:27 +0200, Hauke Mehrtens wrote: > On 08/24/2015 10:23 PM, Alexey Brodkin wrote: > > Default value of both SERIAL_8250_NR_UARTS & SERIAL_8250_RUNTIME_UARTS is 4, > > see: > > http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/drivers/tty/serial/8

Re: [OpenWrt-Devel] [PATCH] target/linux/generic: allow up to 4 8250-compatible UARTS

2015-08-24 Thread Hauke Mehrtens
On 08/24/2015 10:23 PM, Alexey Brodkin wrote: > Default value of both SERIAL_8250_NR_UARTS & SERIAL_8250_RUNTIME_UARTS is 4, > see: > http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/drivers/tty/serial/8250/Kconfig > > And some boards rely on that default setting. > What's wors

[OpenWrt-Devel] [PATCH] target/linux/generic: allow up to 4 8250-compatible UARTS

2015-08-24 Thread Alexey Brodkin
Default value of both SERIAL_8250_NR_UARTS & SERIAL_8250_RUNTIME_UARTS is 4, see: http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/drivers/tty/serial/8250/Kconfig And some boards rely on that default setting. What's worse some boards use 3rd or even 4th UART as its primary seri

Re: [OpenWrt-Devel] [PATCH 4/7] mac80211: refresh Intel firmware

2015-08-24 Thread Dirk Neukirchen
On 23.08.2015 22:17, Hauke Mehrtens wrote: > > > On 08/23/2015 12:56 PM, Dirk Neukirchen wrote: >> - sort firmware >> - add newer firmware for Intel chipsets >> - newer Intel MVM require firmware >> - ucode 13 requires Kernel 4.1+ >> >> only compile tested > > Have you looked if this would close

[OpenWrt-Devel] [PATCH 1/2 v2] mac80211: cleanup remove net prefixes

2015-08-24 Thread Dirk Neukirchen
Signed-off-by: Dirk Neukirchen --- v2 : split 6/7 into two commits package/kernel/mac80211/Makefile | 82 1 file changed, 41 insertions(+), 41 deletions(-) diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile index be179f2..b7

[OpenWrt-Devel] [PATCH 4/8 v2] mac80211: refresh Intel firmware

2015-08-24 Thread Dirk Neukirchen
- sort firmware - add newer firmware for Intel chipsets - newer Intel MVM require firmware only compile tested Signed-off-by: Dirk Neukirchen --- v2: - remove old / always use newer firmware - remove Kernel version dependencies The Kernel version only seem to indicate the changed driver code.

Re: [OpenWrt-Devel] [PATCH] wpan-tools: bump to wpan-tools-0.5

2015-08-24 Thread Baptiste Clenet
2015-08-24 5:30 GMT+02:00 Varka Bhadram : > Signed-off-by: Varka Bhadram > --- > package/network/utils/wpan-tools/Makefile |4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/package/network/utils/wpan-tools/Makefile > b/package/network/utils/wpan-tools/Makefile > ind

Re: [OpenWrt-Devel] [PATCH] brcm63xx: add Comtrend VR-3026e support

2015-08-24 Thread Jonas Gorski
Hi, On Sun, Aug 23, 2015 at 5:21 PM, Martin Tesar wrote: A few words about the device would be nice. Please try to avoid an empty commit message. > Signed-off-by: Martin Tesar Codewise it looks good, but you used spaces for indentation; please replace them with tabs as used everywhere else.