Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: document that the wifi staging drivers a bit better

The Linux wireless developers don't want to hear anything about the
staging wireless drivers, for a wide range of miopic reasons.

The following patch, based on a patch from Johannes Berg, tries to
document this issue a bit better.

Cc: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

+21 -5
+8 -1
drivers/staging/otus/TODO
··· 1 + I'm hesitant to add a TODO file here, as the wireless developers would 2 + really have people help them out on the "clean" ar9170 driver that can 3 + be found at the linux-wireless developer site. 4 + 5 + But, if you wish to clean up this driver instead, here's a short list of 6 + things that need to be done to get it into a more mergable shape: 7 + 1 8 TODO: 2 9 - checkpatch.pl cleanups 3 10 - sparse cleanups 4 11 - port to in-kernel 80211 stack 5 - - proper network developer maintainer 12 + - review by the wireless developer community 6 13 7 14 Please send any patches to Greg Kroah-Hartman <greg@kroah.com> and 8 15 Luis Rodriguez <Luis.Rodriguez@Atheros.com> and the
+2 -2
drivers/staging/rt2860/TODO
··· 1 1 I'm hesitant to add a TODO file here, as the wireless developers would 2 2 really have people help them out on the "clean" rt2860 driver that can 3 - be found at the rt2860.sf.net site. 3 + be found at the http://rt2x00.serialmonkey.com/ site. 4 4 5 5 But, if you wish to clean up this driver instead, here's a short list of 6 6 things that need to be done to get it into a more mergable shape: ··· 8 8 TODO: 9 9 - checkpatch.pl clean 10 10 - sparse clean 11 - - port to in-kernel 80211 stack 11 + - port to in-kernel 80211 stack and common rt2x00 infrastructure 12 12 - remove reading from /etc/ config files 13 13 - review by the wireless developer community 14 14
+8 -1
drivers/staging/rt2870/TODO
··· 1 + I'm hesitant to add a TODO file here, as the wireless developers would 2 + really have people help them out on the "clean" rt2870 driver that can 3 + be found at the http://rt2x00.serialmonkey.com/ site. 4 + 5 + But, if you wish to clean up this driver instead, here's a short list of 6 + things that need to be done to get it into a more mergable shape: 7 + 1 8 TODO: 2 9 - checkpatch.pl clean 3 10 - sparse clean 4 - - port to in-kernel 80211 stack 11 + - port to in-kernel 80211 stack and common rt2x00 infrastructure 5 12 - remove reading from /etc/ config files 6 13 - review by the wireless developer community 7 14
+3 -1
drivers/staging/wlan-ng/README
··· 4 4 - Lindent cleanups 5 5 - move to use the in-kernel wireless stack 6 6 7 - Please send all patches to Greg Kroah-Hartman <greg@kroah.com> 7 + Please send any patches or complaints about this driver to Greg 8 + Kroah-Hartman <greg@kroah.com> and don't bother the upstream wireless 9 + kernel developers about it, they want nothing to do with it.