Re: Subject: [PATCH] x86 64: Add new device Cordoba Edge Platform

2023-10-22 Thread Philip Prindeville
Doesn't this just have ixgbe and igc NIC's? And the mt7915e of course. Don't think we need the amd-xgbe, bnx2, e1000e, e1000, r8169, tg3 drivers. The BIOS we've been using has some odd enumeration of the PCI bus, so you might want to include a patch for

[sdwalker/sdwalker.github.io] 49fae6: This week's update

2023-10-22 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

Re: [PATCH] mac80211: add support for rtw88_8822bu

2023-10-22 Thread Alexis Lothoré 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 --- Hello Hauke, On 10/22/23 17:53,

Re: [PATCH libubox] jshn: Do not perform double key normalisation

2023-10-22 Thread Sander Vanheule
Cc Felix's correct address. Sorry for the noise! Best, Sander On Sun, 2023-10-22 at 17:51 +0200, Sander Vanheule wrote: > jshn stores a JSON file in the shell environment using a set of > variable, using the key to an object in the shell variable name. This > restricts the allowed character set

Re: [PATCH] mac80211: add support for rtw88_8822bu

2023-10-22 Thread Hauke Mehrtens
On 10/22/23 12:31, Alexis Lothoré wrote: From: Alexis Lothoré Kernel 6.1 has introduced support for RTW8822BU network adapter, which is an USB variant of the rtw8822b 802.11ac chipset family. Build and install the corresponding module in the rtw88 package Signed-off-by: Alexis Lothoré ---

[PATCH libubox] jshn: Do not perform double key normalisation

2023-10-22 Thread Sander Vanheule
jshn stores a JSON file in the shell environment using a set of variable, using the key to an object in the shell variable name. This restricts the allowed character set to numbers, letters, and underscore. Commit a1a97eb11e89 ("jshn: support using characters in elements that do not conform to

[PATCH] mac80211: add support for rtw88_8822bu

2023-10-22 Thread Alexis Lothoré 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 --- From: Alexis Lothoré Kernel 6.1