From: Kalle Valo <kvalo@kernel•org>
To: Arnd Bergmann <arnd@kernel•org>
Cc: Stanislaw Gruszka <stf_xl@wp•pl>,
Alexandre Belloni <alexandre.belloni@bootlin•com>,
linux-staging@lists•linux.dev, linux-kernel@vger•kernel.org,
Arnd Bergmann <arnd@arndb•de>, Geoff Levand <geoff@infradead•org>,
Greg Kroah-Hartman <gregkh@linuxfoundation•org>,
linuxppc-dev <linuxppc-dev@lists•ozlabs.org>,
linux-wireless@vger•kernel.org,
Claudiu Beznea <claudiu.beznea@tuxon•dev>,
Nicolas Ferre <nicolas.ferre@microchip•com>,
Geert Uytterhoeven <geert@linux-m68k•org>,
Pavel Machek <pavel@ucw•cz>,
Gregory Greenman <gregory.greenman@intel•com>,
Jakub Kicinski <kuba@kernel•org>,
Johannes Berg <johannes@sipsolutions•net>,
Jeff Johnson <quic_jjohnson@quicinc•com>,
"David S . Miller" <davem@davemloft•net>,
linux-arm-kernel@lists•infradead.org,
Larry Finger <Larry.Finger@lwfinger•net>
Subject: Re: [PATCH 04/10] wifi: remove obsolete hostap driver
Date: Mon, 23 Oct 2023 17:36:00 +0300 [thread overview]
Message-ID: <87msw9z9rj.fsf@kernel.org> (raw)
In-Reply-To: <20231023131953.2876682-5-arnd@kernel.org> (Arnd Bergmann's message of "Mon, 23 Oct 2023 15:19:46 +0200")
Arnd Bergmann <arnd@kernel•org> writes:
> From: Arnd Bergmann <arnd@arndb•de>
>
> HostAP is an ISA/PCMCIA style 802.11b driver supporting only
> wireless extensions, and some custom ioctls (already removed).
> Some devices include a legacy PCI bridge but no DMA.
>
> The driver was marked obsolete in 2016 and is highly unlikely
> to still have any users.
>
> Signed-off-by: Arnd Bergmann <arnd@arndb•de>
This patch didn't make it to the list, I guess it was too big. But it's
available from the pending branch:
https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next.git/commit/?h=pending&id=39ed2ce3bdc43bc9dbed65608d98828f21b9f33d
--
https://patchwork.kernel.org/project/linux-wireless/list/
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
next prev parent reply other threads:[~2023-10-23 14:37 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-23 13:19 [PATCH 00/10] Remove obsolete and orphaned wifi drivers Arnd Bergmann
2023-10-23 13:19 ` [PATCH 01/10] wifi: libertas: drop 16-bit PCMCIA support Arnd Bergmann
2023-10-23 13:19 ` [PATCH 02/10] wifi: atmel: remove wext style at76c50x drivers Arnd Bergmann
2023-10-23 13:19 ` [PATCH 03/10] wifi: remove orphaned cisco/aironet driver Arnd Bergmann
2023-10-23 13:19 ` [PATCH 04/10] wifi: remove obsolete hostap driver Arnd Bergmann
2023-10-23 14:36 ` Kalle Valo [this message]
2023-10-23 13:19 ` [PATCH 05/10] wifi: remove orphaned zd1201 driver Arnd Bergmann
2023-10-23 13:19 ` [PATCH 06/10] wifi: remove orphaned orinoco driver Arnd Bergmann
2023-10-23 13:19 ` [PATCH 07/10] wifi: remove orphaned ray_cs driver Arnd Bergmann
2023-10-23 13:19 ` [PATCH 08/10] wifi: remove orphaned wl3501 driver Arnd Bergmann
2023-10-23 13:19 ` [PATCH 09/10] wifi: remove orphaned rndis_wlan driver Arnd Bergmann
2023-10-23 13:19 ` [PATCH 10/10] [RFC] wifi: remove ipw2100/ipw2200 drivers Arnd Bergmann
2023-10-23 14:39 ` Kalle Valo
2023-10-23 23:43 ` Stefan Lippers-Hollmann
2023-10-24 9:30 ` Kalle Valo
2023-10-23 13:19 ` [PATCH 10/10] " Arnd Bergmann
2023-10-23 13:45 ` [PATCH 00/10] Remove obsolete and orphaned wifi drivers Kalle Valo
2023-10-23 14:10 ` Arnd Bergmann
2023-10-23 14:41 ` Kalle Valo
2023-10-30 7:19 ` John Paul Adrian Glaubitz
2023-10-30 10:06 ` Arnd Bergmann
2023-10-30 16:55 ` Kalle Valo
2023-10-31 9:08 ` Kalle Valo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87msw9z9rj.fsf@kernel.org \
--to=kvalo@kernel$(echo .)org \
--cc=Larry.Finger@lwfinger$(echo .)net \
--cc=alexandre.belloni@bootlin$(echo .)com \
--cc=arnd@arndb$(echo .)de \
--cc=arnd@kernel$(echo .)org \
--cc=claudiu.beznea@tuxon$(echo .)dev \
--cc=davem@davemloft$(echo .)net \
--cc=geert@linux-m68k$(echo .)org \
--cc=geoff@infradead$(echo .)org \
--cc=gregkh@linuxfoundation$(echo .)org \
--cc=gregory.greenman@intel$(echo .)com \
--cc=johannes@sipsolutions$(echo .)net \
--cc=kuba@kernel$(echo .)org \
--cc=linux-arm-kernel@lists$(echo .)infradead.org \
--cc=linux-kernel@vger$(echo .)kernel.org \
--cc=linux-staging@lists$(echo .)linux.dev \
--cc=linux-wireless@vger$(echo .)kernel.org \
--cc=linuxppc-dev@lists$(echo .)ozlabs.org \
--cc=nicolas.ferre@microchip$(echo .)com \
--cc=pavel@ucw$(echo .)cz \
--cc=quic_jjohnson@quicinc$(echo .)com \
--cc=stf_xl@wp$(echo .)pl \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox