Re: TODO list for staging/r8188eu
From: Phillip Potter <phil@philpotter.co.uk>
Date: 2021-08-22 15:10:02
Also in:
lkml
On Sun, 22 Aug 2021 at 14:50, Fabio M. De Francesco [off-list ref] wrote:
On Sunday, August 22, 2021 2:36:57 PM CEST Greg Kroah-Hartman wrote:quoted
On Sun, Aug 22, 2021 at 09:41:20AM +0200, Fabio M. De Francesco wrote:quoted
Dear Larry, Philip,quoted
From what I understand how the development process works, drivers instagingquoted
quoted
should have a to-do list in the TODO file. Please read https://www.kernel.org/quoted
quoted
doc/html/latest/process/2.Process.html?highlight=todo#staging-trees. Could you (as the maintainers of the r8188eu driver) please compile and provide the above mentioned list?Why don't you provide an initial list for people to work off of if you feel it is needed here? thanks, greg k-hUnfortunately I'm not able to tell what is needed to do to have a driver improved so that it can be moved off staging. This work should be better addressed by someone who is much more experienced. For example, I read from other drivers TODO lists that cfg80211 and lib80211 are required but I don't know what they are. Regards, Fabio
Dear Fabio, I believe Larry is working on hooking up CFG80211 again (he mentioned going quite for a few days to work on it). As for other stuff that needs doing, a few things come to mind: * Removal of dead code (whether or not this includes the debugging/printing macros is a matter of opinion, I would say yes personally) such as unusued functions, struct fields, etc. * Correction of code styling in the kernel (e.g. there is a lot of camel case). * Use of in-kernel functionality and removal of unnecessary wrappers where possible. * Removal of the HAL layer and migration of its functionality into the driver as a whole - this is an important one I would argue. There is likely to be lots of other items not on that list, but that would seem to be the basis of a TODO list if we need one? Regards, Phil