linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Kalle Valo <kvalo@kernel.org>
To: "Arnd Bergmann" <arnd@arndb.de>
Cc: Arnd Bergmann <arnd@kernel.org>,
	Alexandre Belloni <alexandre.belloni@bootlin.com>,
	linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org,
	Stanislaw Gruszka <stf_xl@wp.pl>,
	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 00/10] Remove obsolete and orphaned wifi drivers
Date: Mon, 23 Oct 2023 17:41:24 +0300	[thread overview]
Message-ID: <87edhlz9ij.fsf@kernel.org> (raw)
In-Reply-To: <50eafe40-9c50-48e2-8d48-6a113c8fd87d@app.fastmail.com> (Arnd Bergmann's message of "Mon, 23 Oct 2023 16:10:16 +0200")

"Arnd Bergmann" <arnd@arndb.de> writes:

> On Mon, Oct 23, 2023, at 15:45, Kalle Valo wrote:
>> Arnd Bergmann <arnd@kernel.org> writes:
>>
>>> From: Arnd Bergmann <arnd@arndb.de>
>>>
>>> As discussed previously, a lot of the older wifi drivers are likely
>>> entirely unused, Though we can't know for sure.
>>>
>>> As suggested by both Greg and Jakub, let's remove the ones that look
>>> are most likely to have no users left and also get in the way of the
>>> wext cleanup. If anyone is still using any of these, we can revert the
>>> driver removal individually.
>>>
>>> I would suggest merging these for net-next after 6.7-rc1 is out
>>
>> Why net-next? I want to take these to wireless-next to avoid any
>> conflicts with other wireless patches.
>
> My mistake, I actually rebased them on top of wireless-next before
> sending out the patches, I just forgot update the text I had
> already written a week earlier.

Ah, good that we are on the same page then :)

>> We could take these to wireless-next after we submit the last new
>> features (-next) pull request to v6.7, so most likely already next week.
>> So if anyone has any problems with these speak up now.
>
> Sounds good to me, thanks!

Thanks for the patches! I applied them to our pending branch for some
build testing, there were few conflicts I guess due to recent cleanup
patches but obviously easy to fix :)

https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next.git/log/?h=pending

-- 
https://patchwork.kernel.org/project/linux-wireless/list/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

  reply	other threads:[~2023-10-23 14:42 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
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 [this message]
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=87edhlz9ij.fsf@kernel.org \
    --to=kvalo@kernel.org \
    --cc=Larry.Finger@lwfinger.net \
    --cc=alexandre.belloni@bootlin.com \
    --cc=arnd@arndb.de \
    --cc=arnd@kernel.org \
    --cc=claudiu.beznea@tuxon.dev \
    --cc=davem@davemloft.net \
    --cc=geert@linux-m68k.org \
    --cc=geoff@infradead.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=gregory.greenman@intel.com \
    --cc=johannes@sipsolutions.net \
    --cc=kuba@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-staging@lists.linux.dev \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=nicolas.ferre@microchip.com \
    --cc=pavel@ucw.cz \
    --cc=quic_jjohnson@quicinc.com \
    --cc=stf_xl@wp.pl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
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;
as well as URLs for NNTP newsgroup(s).