On Mon, Oct 07, 2024 at 11:32:25PM +0200, Philipp Hortmann wrote: > On 10/7/24 20:26, Johannes Berg wrote: > > From: Johannes Berg<johannes.berg@xxxxxxxxx> > > > > This driver is using lib80211 and any driver that plans to ever > > leave staging should never have done that, so remove the driver > > to enable cleaning up lib80211 into libipw inside the old Intel > > drivers. > > > > Signed-off-by: Johannes Berg<johannes.berg@xxxxxxxxx> > > --- > > Hi Johannes, > > this driver is not only working, it is also supporting a form factor that is > usable and is available on the used hardware market. > > Is it possible to migrate the driver from lib80211 to libipw? I don't think a "migration" is simple or easy, I only know of one driver that ever made that move and it was not easy. It's simpler to just take the existing driver, hack it to pieces out-of-tree and then submit a new driver using the correct apis. As you have the hardware itself, that would be a good thing to do as you can test it. > It does not have to be you who is doing this. How urgent is it to remove > this driver? No staging driver should ever get in the way of api changes elsewhere in the kernel, that's one of the rules of this part of the tree. So from my opinion, it's fine to delete it now. It can always come back in a new way later on. thanks, greg k-h