]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: document that the wifi staging drivers a bit better
authorGreg Kroah-Hartman <gregkh@suse.de>
Sun, 22 Mar 2009 20:44:31 +0000 (21:44 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 3 Apr 2009 21:54:27 +0000 (14:54 -0700)
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>
drivers/staging/otus/TODO
drivers/staging/rt2860/TODO
drivers/staging/rt2870/TODO
drivers/staging/wlan-ng/README

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