Re: Re: Reliable way to get channel width from wifi scan

2020-11-09 Thread Michael Gray
Using iw scan? We've done this in the spectrum analyser plugin in Gargoyle [1]. It's not what i would call reliable though as iw itself specifically says not to screen scrape the data. That being said, it has worked for several years now. [1] -

[OpenWrt-Devel] [PATCH] tools: tplink-safeloader: add C7v5 KR Support

2019-03-17 Thread michael . gray
From: Michael Gray The added entry originates from TP-Links latest Archer C7 v5 KR firmware. Signed-off-by: Michael Gray --- tools/firmware-utils/src/tplink-safeloader.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/firmware-utils/src/tplink-safeloader.c b/tools

[OpenWrt-Devel] [PATCH] tools: tplink-safeloader: add C7v5 RU Support

2019-01-17 Thread michael . gray
From: Michael Gray The added entry originates from TP-Links latest Archer C7 v5 RU firmware. Signed-off-by: Michael Gray --- tools/firmware-utils/src/tplink-safeloader.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/firmware-utils/src/tplink-safeloader.c b/tools

Re: [OpenWrt-Devel] [PATCH v2] mvebu: fix broken console on WRT32X (venom)

2018-06-01 Thread Michael Gray
On Fri, Jun 1, 2018 at 4:37 PM, John Crispin wrote: > > > > On 29/05/18 11:43, michael.g...@lantisproject.com wrote: >> >> From: Michael Gray >> >> The console bootarg is being corrupted on boot, causing various issues >> including broken sysupgrade. &

[OpenWrt-Devel] [PATCH v2] mvebu: fix broken console on WRT32X (venom)

2018-05-29 Thread michael . gray
From: Michael Gray The console bootarg is being corrupted on boot, causing various issues including broken sysupgrade. Utilising the bootargs mangle patch from other targets, hardcode the console arguments and fetch the rootfs from the bootloader. Kernel command line: console=ttyS0,115200 root

[OpenWrt-Devel] mvebu: broken console on WRT32X (venom)

2018-05-27 Thread Michael Gray
Hi all, I’m out of ideas on how to fix this one. Please see my latest attempt [1] which does fix the issue for WRT32X, but most (tested WRT1900AC, WRT3200ACM) other mvebu devices become unbootable. I’m happy to test/implement any ideas, and have serial access to both of the above devices. Issue:

[OpenWrt-Devel] [PATCH] mvebu: fix broken console on WRT32X (venom)

2018-05-26 Thread Michael Gray
On 25 May 2018 at 03:40, Michael Gray wrote: > The console bootarg is being corrupted on boot, causing various issues including broken sysupgrade. > Utilising the bootargs mangle patch from other targets, hardcode the console arguments and fetch the rootfs from the bootloader. > > Ke

[OpenWrt-Devel] [PATCH] mvebu: fix broken console on WRT32X (venom)

2018-05-25 Thread michael . gray
From: Michael Gray <michael.g...@lantisproject.com> The console bootarg is being corrupted on boot, causing various issues including broken sysupgrade. Utilising the bootargs mangle patch from other targets, hardcode the console arguments and fetch the rootfs from the bootloader. Kernel c