[sdwalker/sdwalker.github.io] 5b5aa2: This week's update

2022-03-06 Thread Stephen Walker via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Branch: refs/heads/master Home

[PATCH] linux-firmware: Update to version 20220209

2022-03-06 Thread Hauke Mehrtens
This switches the iwlwifi-firmware-ax200 file to API version 66, this is the most recent version supported by our driver. The following files used in OpenWrt changed: amdgpu-firmware/lib/firmware/amdgpu/yellow_carp_dmcub.bin ar3k-firmware/lib/firmware/qca/nvm_usb_00130201.bin ar3k-firmware/lib/

Re: [PATCH] command-nas: fix cmd_nas_get_cell_location_info_cb

2022-03-06 Thread Cezary Jackiewicz
Dnia 2022-03-06, o godz. 18:25:57 Jan-Niklas Burfeind napisał(a): > Correct order of rsrp and rsrq parameters for print_lte_info. > > Signed-off-by: Jan-Niklas Burfeind Hi, BTW, syntax is invalid. Output is not valid json format. Could you also proper format output? Ex: missing keys after ser

[PATCH] command-nas: fix cmd_nas_get_cell_location_info_cb

2022-03-06 Thread Jan-Niklas Burfeind
Correct order of rsrp and rsrq parameters for print_lte_info. Signed-off-by: Jan-Niklas Burfeind --- This was introduced in d647f8d89f68 uqmi: add more diagnostics commands Currently --get-cell-location-info prints the rsrq and rsrp values swapped. I ignored the checkpatch.pl warning for line l

[PATCH] ath79: fix button labels for WZR-HP-AG300H and WZR-600DHP

2022-03-06 Thread Jeffery To
These were present in ar71xx but overlooked when porting to ath79. Fixes: 480bf2827392 ("ath79: add support for Buffalo WZR-HP-AG300H") Signed-off-by: Jeffery To --- target/linux/ath79/dts/ar7161_buffalo_wzr-hp-ag300h.dtsi | 6 ++ 1 file changed, 6 insertions(+) diff --git a/target/linux/a

Re: [PATCH] realtek: net: dsa: configure better brport flags when ports leave the bridge

2022-03-06 Thread Daniel Golle
On Sat, Mar 05, 2022 at 10:36:07AM +0100, Bjørn Mork wrote: > Ensures that the DSA driver set exactly the same default flags as the > bridge when a port joins or leaves. Without this we end up with a > confusing flag mismatch, where DSA and bridge ports use different sets > of flags. > > This is