[PATCH 2/2] ramips: mt7621-dts: we420223-99: mux phy0->gmac1

2022-08-15 Thread Harm Berntsen 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 --- This gives each port an individual

[PATCH 1/2] ramips: mt7621: Add Arcadyan WE420223-99 support

2022-08-15 Thread Harm Berntsen 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 --- The Arcadyan WE420223-99 is a WiFi

[PATCH v2] netifd: fix WPA3 enterprise ciphers

2022-08-15 Thread Joerg Werner
WPA3 enterprise requires wpa_cipher to be GCMP-256 for good client/device support, so if the user sets encryption to wpa3 or wpa3-mixed, then add GCMP-256. Also allow explicit selection of GCMP-256/CCMP-256 ciphers by adding gcmp256/ccmp256 at the end of the encryption value. Signed-off-by: Joerg