From: pbrobinson on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2405 NOTE: Truncated patchset due to missing public @redhat.com email address on your GitLab profile at https://gitlab.com/-/profile. Once that is fixed, close and reopen the merge request to retrigger sending the emails.
We retired the userspace wireless extensions, and in theory the kernel interfaces, in Fedora 36 but there was one driver that people actively used (the r8188eu in staging) but the rtl8xxxu driver now has support for all those devices and in 6.3 that staging driver was removed from upstream. We can now properly remove WEXT in the Fedora kernel. This is some minor cleanups and in reality we only lose the ancient 802.11b hermes drivers which are unlikely to be used by Fedora users now PowerMac and 32 bit x86 is long gone.
Signed-off-by: Peter Robinson pbrobinson@redhat.com
--- redhat/configs/rhel/generic/CONFIG_LIBERTAS => redhat/configs/common/generic/CONFIG_LIBERTAS | 0 redhat/configs/rhel/generic/CONFIG_WLAN_VENDOR_ZYDAS => redhat/configs/common/generic/CONFIG_WLAN_VENDOR_ZYDAS | 0 redhat/configs/fedora/generic/arm/armv7/CONFIG_LIBERTAS_SPI | 1 - redhat/configs/fedora/generic/arm/CONFIG_HERMES | 1 - redhat/configs/fedora/generic/x86/CONFIG_PCMCIA_HERMES | 1 - redhat/configs/fedora/generic/CONFIG_HERMES | 2 +- redhat/configs/fedora/generic/CONFIG_HERMES_CACHE_FW_ON_INIT | 1 - redhat/configs/fedora/generic/CONFIG_HERMES_PRISM | 1 - redhat/configs/fedora/generic/CONFIG_LIBERTAS | 1 - redhat/configs/fedora/generic/CONFIG_LIBERTAS_CS | 1 - redhat/configs/fedora/generic/CONFIG_LIBERTAS_DEBUG | 1 - redhat/configs/fedora/generic/CONFIG_LIBERTAS_MESH | 1 - redhat/configs/fedora/generic/CONFIG_LIBERTAS_SDIO | 1 - redhat/configs/fedora/generic/CONFIG_LIBERTAS_SPI | 1 - redhat/configs/fedora/generic/CONFIG_LIBERTAS_THINFIRM | 1 + redhat/configs/fedora/generic/CONFIG_LIBERTAS_THINFIRM_DEBUG | 1 + redhat/configs/fedora/generic/CONFIG_LIBERTAS_THINFIRM_USB | 1 + redhat/configs/fedora/generic/CONFIG_LIBERTAS_USB | 1 - redhat/configs/fedora/generic/CONFIG_NORTEL_HERMES | 1 - redhat/configs/fedora/generic/CONFIG_PCI_HERMES | 1 - redhat/configs/fedora/generic/CONFIG_PLX_HERMES | 1 - redhat/configs/fedora/generic/CONFIG_TMD_HERMES | 1 - redhat/configs/fedora/generic/CONFIG_USB_ZD1201 | 1 - redhat/configs/fedora/generic/CONFIG_WLAN_VENDOR_ZYDAS | 1 - 24 files changed, 4 insertions(+), 19 deletions(-)
From: Íñigo Huguet on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2405#note_1361796...
RHEL configs are not really changed here, approving for RHEL parts
From: Alessandro Bono on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2405#note_1468733...
@pbrobinson, @jmflinuxtx I think commit https://gitlab.com/cki-project/kernel- ark/-/commit/9c804531cc54bcd679146c5a03ceb2b4b2d43611 made my ZyDas device not work anymore.
I opened https://bugzilla.redhat.com/show_bug.cgi?id=2221766.
Could you please clarify if this is intentional? In the commit message you talk about `ZD1201` but I think that also `ZD1211` got disabled as a consequence.
kernel@lists.fedoraproject.org