[LEDE-DEV] [PATCH] uhttpd: Add TCP_FASTOPEN support

2017-01-25 Thread Rosen Penev
Provides a small speedup when resuming the connection. Signed-off by: Rosen Penev --- listen.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/listen.c b/listen.c index 92ca680..2a54888 100644 --- a/listen.c +++ b/listen.c @@ -107,15 +107,17 @@ void

[LEDE-DEV] ar71xx: support for Zyxel NWA1121-NI

2017-01-25 Thread alexpro
Add support for Zyxel NWA1121-NI 802.11abgn access point. From 159cda7e026f3042f950248b4e62490fd7a6bbc6 Mon Sep 17 00:00:00 2001 From: Alex Prokofiev Date: Wed, 25 Jan 2017 21:42:38 +0300 Subject: [PATCH] Support for Zyxel NWA1121-NI Signed-off-by: Alex Prokofiev

[LEDE-DEV] [PATCH v3] leds-apu2: Add PC Engines APU2 LED driver

2017-01-25 Thread Chris Blake
This adds support for the PCB LEDs and Reset Button found on the PC Engines APU2/APU3 embedded boards. Signed-off-by: Chris Blake --- package/kernel/leds-apu2/Makefile| 52 + package/kernel/leds-apu2/src/Kconfig | 8 +

[LEDE-DEV] [PATCH v2] leds-apu2: Add PC Engines APU2 LED driver

2017-01-25 Thread Chris Blake
This adds support for the PCB LEDs and Reset Button found on the PC Engines APU2/APU3 embedded boards. Signed-off-by: Chris Blake --- package/kernel/leds-apu2/Makefile| 52 + package/kernel/leds-apu2/src/Kconfig | 8 +

Re: [LEDE-DEV] [PATCH v2 2/2] busybox: update to 1.26.2

2017-01-25 Thread Felix Fietkau
On 2017-01-15 02:21, Magnus Kroken wrote: > Refresh patches, delete patches that have been applied upstream. > > Signed-off-by: Magnus Kroken > --- > v2: Bump to 1.26.2 Merged to my staging tree. Note that this update included some broken defaults (disabling 64-bit math

Re: [LEDE-DEV] [PATCH 2/2] mac80211.sh: Support VHT40 hw type for ibss.

2017-01-25 Thread Felix Fietkau
On 2017-01-20 00:08, gree...@candelatech.com wrote: > From: Ben Greear > > This doesn't actually limit it to VHT40 rates on ath10k, > it seems, but it does let it run VHT 80 rates, which > seems better than disable VHT entirely. > > Signed-off-by: Ben Greear

Re: [LEDE-DEV] [PATCH v2] ath10k-ct: Fix performance of 2x2 hardware running 3x3 firmware.

2017-01-25 Thread Felix Fietkau
On 2017-01-21 00:21, gree...@candelatech.com wrote: > From: Ben Greear > > The driver had a bug when calculating the rateset. This resolves > that and allows full VHT mcs rates on 2x2 hardware. > > Signed-off-by: Ben Greear > --- > > v2: Use

Re: [LEDE-DEV] [PATCH 3/3] leds-apu2: Add PC Engines APU2 LED driver

2017-01-25 Thread Felix Fietkau
On 2017-01-23 09:12, Chris Blake wrote: > This adds support for the PCB LEDs and Reset Button found on the PC > Engines APU2/APU3 embedded boards. > > Signed-off-by: Chris Blake > --- > diff --git a/package/kernel/leds-apu2/src/Kconfig >