[PATCH] usbmode: add config #0 and delay before actual config

2022-02-07 Thread Henrik Ginstmark
Add config #0 and a 100milliseconds delay before switching to actual config. Like in USB_ModeSwitch, https://www.draisberghof.de/usb_modeswitch/bb/viewtopic.php?f=4=2710=505ed44b4064fef7009f0c26aac085e2=15 Signed-off-by: Henrik Ginstmark --- usbmode/src/switch.c | 5 - 1 file changed, 4

Re: [PATCH 2/2] hostapd: refresh patches

2022-02-07 Thread David Bauer
Hi Stijn, On 2/7/22 20:48, Stijn Tintel wrote: On 17/01/2022 21:57, David Bauer wrote: Refresh patches after updating to hostapd v2.10. We usually combine bump and patch refresh in the same commit. I don't like doing it in this case, as it makes the delta of patches / their content harder

Re: [PATCH 2/2] hostapd: refresh patches

2022-02-07 Thread Stijn Tintel
On 17/01/2022 21:57, David Bauer wrote: > Refresh patches after updating to hostapd v2.10. We usually combine bump and patch refresh in the same commit. Thanks, Stijn ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [PATCH 1/2] hostapd: update to v2.10

2022-02-07 Thread Stijn Tintel
Hi David, On 17/01/2022 21:57, David Bauer wrote: > Upstreamed patches: > 020-mesh-make-forwarding-configurable.patch > e6db1bc5da3fd7d5f4dba24aa102543b4749912f > 550-WNM-allow-specifying-dialog-token.patch > 979f19716539362f8ce60a77bf1b88fdcf5ba8e5 > 720-ACS-fix-channel-100-frequency.patch >

[PATCH 3/3] ramips: mt7621-dts: add pinctrl properties for ethernet

2022-02-07 Thread Arınç ÜNAL
Add the missing pinctrl properties on the ethernet node. GMAC1 will start working with this change. Link: https://lore.kernel.org/netdev/83a35aa3-6cb8-2bc4-2ff4-64278bbcd...@arinc9.com/ Signed-off-by: Arınç ÜNAL --- target/linux/ramips/dts/mt7621.dtsi | 3 +++ 1 file changed, 3 insertions(+)

[PATCH 1/3] ramips: mt7621-dts: fix switch@1f warnings

2022-02-07 Thread Arınç ÜNAL
Remove reg property from ports node to fix this warning: Warning (unit_address_vs_reg): /ethernet@1e10/mdio-bus/switch@1f/ports: node has a reg or ranges property, but no unit name Another warning surfaces afterwards. Remove #address-cells and #size-cells from switch@1f node to fix this

[PATCH 2/3] ramips: mt7621-dts: enable flow control on port@6

2022-02-07 Thread Arınç ÜNAL
Flow control needs to be enabled on both sides to work. It is already enabled on gmac0, enable it on port@6 too. Signed-off-by: Arınç ÜNAL --- target/linux/ramips/dts/mt7621.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ramips/dts/mt7621.dtsi

[PATCH 0/3] ramips: mt7621-dts: fix dtc warning, links and pinctrl

2022-02-07 Thread Arınç ÜNAL
Hey everyone, With this patch series: - Fix dtc warning on switch@1f node - Enable flow control on port@6 node to match the other side, GMAC0. - Add pinctrl properties on ethernet node on the mt7621.dtsi. Now that pinctrl properties are properly defined on the ethernet node, GMAC1 will start