[OpenWrt-Devel] [PATCH] ar71xx: fix USB switch to mPCIE for Mikrotik rb91x boards

2018-06-07 Thread Koen Vandeputte
an 1-1:1.8 wwan0: register 'qmi_wwan' at usb-ehci-platform-1, WWAN/QMI device, 02:00:44:ed:3b:11 Fixes: 65da6f9ca164 ("ar71xx: fix secondary gpio controller base values") Signed-off-by: Koen Vandeputte Cc: Robin Leblon Cc: Felix Fietkau --- Please also cherrypick for 18.06

Re: [OpenWrt-Devel] [PATCH] iwinfo: add channel survey

2018-06-06 Thread Koen Vandeputte
On 2018-06-05 10:23, Nick wrote: +static char * format_channel_time(uint64_t time) +{ + static char buf[30]; + + if (!time) + snprintf(buf, sizeof(buf), "unknown"); + else + snprintf(buf, sizeof(buf), "%llu ms", time); + + return

[OpenWrt-Devel] [PATCH] kernel: bump 4.9 to 4.9.106

2018-06-06 Thread Koen Vandeputte
Refreshed all patches Compile-tested on: ar71xx Runtime-tested on: ar71xx Signed-off-by: Koen Vandeputte --- include/kernel-version.mk | 4 +- .../pending-4.9/890-uart_optional_sysrq.patch | 2 +- .../sunxi/patches-4.9/0052-stmmac-form-4-12.patch | 344

[OpenWrt-Devel] [PATCH] ath10k-ct: Update driver to latest

2018-05-31 Thread Koen Vandeputte
127f98189ee5 ath10k: Fix bad return w/out unlock, compile w/out debugfs b8f48f3c138f Fix survey-dump for 4.7, 4.9 and 4.13 kernels. fa8259ad5d6d ath10k-ct: Support survey dump in 10.1 firmware. 2853e1337ecf ath10k-ct: Add 4.16 ath10k-ct driver to package. Signed-off-by: Koen Vandeputte CC

Re: [OpenWrt-Devel] Build failure ath10k-CT without mac80211 debug

2018-05-31 Thread Koen Vandeputte
On 2018-05-30 17:30, Koen Vandeputte wrote: On 2018-05-30 17:12, Ben Greear wrote: I have fixed this in ath10k-ct repo, thanks for the bug report. In case you are able to update OpenWRT to use the latest ath10k-ct repo, please feel free to submit a patch.  Otherwise, I'll update OpenWRT

Re: [OpenWrt-Devel] Build failure ath10k-CT without mac80211 debug

2018-05-30 Thread Koen Vandeputte
On 2018-05-30 17:12, Ben Greear wrote: I have fixed this in ath10k-ct repo, thanks for the bug report. In case you are able to update OpenWRT to use the latest ath10k-ct repo, please feel free to submit a patch.  Otherwise, I'll update OpenWRT when I have a chance to work on it again.

Re: [OpenWrt-Devel] RT5350F WiFi interface performance issue

2018-05-26 Thread Koen Vandeputte
On 27-05-18 01:08, Zoltan Gyarmati wrote: On 27.05.2018 00:29, Koen Vandeputte wrote::07, Zoltan Gyarmati wrote: Dear Koen On 25.05.2018 14:33, Zoltan Gyarmati wrote: On 25.05.2018 14:03, Koen Vandeputte wrote: On 2018-05-25 13:30, Zoltan Gyarmati wrote: Dear All,  I'm testing

Re: [OpenWrt-Devel] RT5350F WiFi interface performance issue

2018-05-26 Thread Koen Vandeputte
On 27-05-18 00:07, Zoltan Gyarmati wrote: Dear Koen On 25.05.2018 14:33, Zoltan Gyarmati wrote: On 25.05.2018 14:03, Koen Vandeputte wrote: On 2018-05-25 13:30, Zoltan Gyarmati wrote: Dear All,  I'm testing the current OpenWrt  (master/HEAD) on RT5350F Olinuxino. Unfortunately the WiFi

Re: [OpenWrt-Devel] RT5350F WiFi interface performance issue

2018-05-25 Thread Koen Vandeputte
On 2018-05-25 13:30, Zoltan Gyarmati wrote: Dear All,  I'm testing the current OpenWrt  (master/HEAD) on RT5350F Olinuxino. Unfortunately the WiFi interface doesn't seem to work properly in client mode. `iwinfo wlan0 scan` runs successfully and shows my AP, but when i configure the

[OpenWrt-Devel] [PATCH 1/2] kernel: bump 4.9 to 4.9.102 for 18.06

2018-05-24 Thread Koen Vandeputte
Refreshed all patches Added new ARM64 symbol: ARM64_ERRATUM_1024718 Compile-tested on: ar71xx Runtime-tested on: ar71xx Signed-off-by: Koen Vandeputte <koen.vandepu...@ncentric.com> --- include/kernel-version.mk | 4 +- .../ar7/patches-4.9/300-add

[OpenWrt-Devel] [PATCH 1/2] kernel: bump 4.9 to 4.9.102

2018-05-23 Thread Koen Vandeputte
Refreshed all patches Compile-tested on: ar71xx Runtime-tested on: ar71xx Signed-off-by: Koen Vandeputte <koen.vandepu...@ncentric.com> --- include/kernel-version.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/kernel-version.mk b/include/kernel-vers

[OpenWrt-Devel] [PATCH 1/2] kernel: bump 4.9 to 4.9.101

2018-05-22 Thread Koen Vandeputte
Refreshed all patches Compile-tested on: ar71xx Runtime-tested on: ar71xx Signed-off-by: Koen Vandeputte <koen.vandepu...@ncentric.com> --- include/kernel-version.mk | 4 ++-- .../090-net-generalize-napi_complete_done.patch| 4 ++-- .../479-mtd-spi-nor-a

[OpenWrt-Devel] [PATCH 2/2] kernel: bump 4.14 to 4.14.42

2018-05-22 Thread Koen Vandeputte
Refreshed all patches Compile-tested on: cns3xxx, imx6, x86_64 Runtime-tested on: cns3xxx, imx6, x86_64 Signed-off-by: Koen Vandeputte <koen.vandepu...@ncentric.com> --- Contains an important fix for UDP sockets! ("udp: fix SO_BINDTODEVICE") include/k

[OpenWrt-Devel] Build failure ath10k-CT without mac80211 debug

2018-05-18 Thread Koen Vandeputte
Hi Ben, I'm trying to build todays OpenWrt master with following options: - ath10k-ct - qca988x-ct-htt When disabling this option (CONFIG_PACKAGE_MAC80211_DEBUGFS),  I'm getting the build errors below. Is it *really* required to have this enabled for the driver to function properly? Is

Re: [LEDE-DEV] [PATCH 2/2] kernel: bump 4.14 to 4.14.41

2018-05-17 Thread Koen Vandeputte
On 2018-05-17 15:46, Koen Vandeputte wrote: On 2018-05-17 14:22, Tomasz Maciej Nowak wrote: W dniu 16.05.2018 o 13:36, Koen Vandeputte pisze: Refreshed all patches Dropped upstreamed patches: 522-PCI-aardvark-fix-logic-in-PCI-configuration-read-write-functions.patch 523-PCI-aardvark

[PATCH v2 1/2] kernel: bump 4.9 to 4.9.100

2018-05-17 Thread Koen Vandeputte
Refreshed all patches Added new ARM64 symbol: ARM64_ERRATUM_1024718 Compile-tested on: ar71xx Runtime-tested on: ar71xx Signed-off-by: Koen Vandeputte <koen.vandepu...@ncentric.com> --- V2: -> Added new arm64 symbol -> rebased on latest master commit ("wireguard: bump to 201

Re: [OpenWrt-Devel] Boot Time Reduction

2018-04-11 Thread Koen Vandeputte
1) Your file shows awk is missing. I would recommend adding it, as it's a common tool used by many scripts this can cause nasty side effects. 2) Which target device is this? Some targets with small flash build the kernel for size iso speed by default. If you target is such one, you can run

<    1   2   3