RC3 seems okay on Archer A6 v3 (US)

2021-06-18 Thread Nathan Lutchansky
Since specific feedback was requested on this hardware -- I've been running our household on four Archer A6 v3 units in AP-only mode for the past week, and it seems solid. Initially on Petr's RC2 spins, but since yesterday on official RC3. Flashing from factory to RC2 went without any proble

Re: [PATCH] kernel-5.4: backport latest patches for wireguard

2021-06-18 Thread Stijn Segers
Hi, Op zondag 6 juni 2021 om 12u37 schreef Jason A. Donenfeld : These are the latest patches that just landed upstream for 5.13, will be backported by Greg into 5.10 (because of stable@), and are now in the 5.4 backport branch of wireguard: https://git.zx2c4.com/wireguard-linux/log/?h=backpor

Re: [PATCH] uim: add --uim-get-sim-state

2021-06-18 Thread Arjun AK
On 01/06/21 8:11 pm, Arjun AK wrote: On 24/05/21 11:21 am, Arjun wrote: Hi, I believe I've made the required changes. Can this be merged in now? - Arjun On May 8, 2021 12:02:57 AM UTC, Arjun AK wrote: From: Arjun This command will show whether a SIM card has been inserted and whether a pin

Re: [PATCH] Allow uci to work with symlinked config files

2021-06-18 Thread Arjun AK
On 24/05/21 6:12 pm, Arjun AK wrote: Instead of creating the temp file in "/etc/config" it should be created where the config file actually exists (if the file is symlinked, it might be in another mount point and "rename()" will fail) Signed-off-by: Arjun AK --- file.c | 14 -- 1

Re: [PATCH] package/comgt: Handle bind/unbind events

2021-06-18 Thread Arjun AK
On 08/05/21 5:38 am, Arjun AK wrote: On 06/01/21 9:03 pm, Arjun AK wrote: On 16/07/20 9:22 pm, Arjun AK wrote: This script was expecting only add/remove events which has not been the case since Kernel 4.12 (which added bind/unbind). Bind events were getting treated as remove events which woul