* [RFC] staging wireless crap: tell people not to work on it
@ 2009-03-22 9:40 Johannes Berg
2009-03-22 10:33 ` Kalle Valo
2009-03-22 15:51 ` Marcel Holtmann
0 siblings, 2 replies; 4+ messages in thread
From: Johannes Berg @ 2009-03-22 9:40 UTC (permalink / raw)
To: linux-wireless
Any objections from anyone on this? We've had somebody clean out otus
because he thought it was a good idea...
johannes
---
drivers/staging/at76_usb/TODO | 4 ++--
drivers/staging/otus/TODO | 7 +++----
drivers/staging/rt2860/TODO | 4 ++--
drivers/staging/rt2870/TODO | 9 ++++++++-
drivers/staging/wlan-ng/README | 4 +++-
5 files changed, 18 insertions(+), 10 deletions(-)
--- wireless-testing.orig/drivers/staging/at76_usb/TODO 2009-03-22 10:31:37.000000000 +0100
+++ wireless-testing/drivers/staging/at76_usb/TODO 2009-03-22 10:31:37.000000000 +0100
@@ -1,2 +1,2 @@
-rewrite the driver to use the proper in-kernel wireless stack
-instead of using its own.
+Work on at76c50x-usb instead, possibly using
+this driver as a reference.
--- wireless-testing.orig/drivers/staging/otus/TODO 2009-03-22 10:31:36.000000000 +0100
+++ wireless-testing/drivers/staging/otus/TODO 2009-03-22 10:31:37.000000000 +0100
@@ -1,8 +1,7 @@
TODO:
- - checkpatch.pl cleanups
- - sparse cleanups
- - port to in-kernel 80211 stack
- - proper network developer maintainer
+ Any functionality in this driver should be integrated
+ into the ar9170 driver that is under development on the
+ linux-wireless mailing list.
Please send any patches to Greg Kroah-Hartman <greg@kroah.com> and
Luis Rodriguez <Luis.Rodriguez@Atheros.com> and the
--- wireless-testing.orig/drivers/staging/rt2860/TODO 2009-03-22 10:31:43.000000000 +0100
+++ wireless-testing/drivers/staging/rt2860/TODO 2009-03-22 10:34:12.000000000 +0100
@@ -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 in
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
--- wireless-testing.orig/drivers/staging/rt2870/TODO 2009-03-22 10:31:57.000000000 +0100
+++ wireless-testing/drivers/staging/rt2870/TODO 2009-03-22 10:34:04.000000000 +0100
@@ -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
--- wireless-testing.orig/drivers/staging/wlan-ng/README 2009-03-22 10:34:25.000000000 +0100
+++ wireless-testing/drivers/staging/wlan-ng/README 2009-03-22 10:34:32.000000000 +0100
@@ -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.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [RFC] staging wireless crap: tell people not to work on it
2009-03-22 9:40 [RFC] staging wireless crap: tell people not to work on it Johannes Berg
@ 2009-03-22 10:33 ` Kalle Valo
2009-03-22 10:39 ` Johannes Berg
2009-03-22 15:51 ` Marcel Holtmann
1 sibling, 1 reply; 4+ messages in thread
From: Kalle Valo @ 2009-03-22 10:33 UTC (permalink / raw)
To: Johannes Berg; +Cc: linux-wireless
Johannes Berg <johannes@sipsolutions.net> writes:
> Any objections from anyone on this? We've had somebody clean out otus
> because he thought it was a good idea...
>
> johannes
> ---
> drivers/staging/at76_usb/TODO | 4 ++--
> drivers/staging/otus/TODO | 7 +++----
> drivers/staging/rt2860/TODO | 4 ++--
> drivers/staging/rt2870/TODO | 9 ++++++++-
> drivers/staging/wlan-ng/README | 4 +++-
> 5 files changed, 18 insertions(+), 10 deletions(-)
>
> --- wireless-testing.orig/drivers/staging/at76_usb/TODO 2009-03-22 10:31:37.000000000 +0100
> +++ wireless-testing/drivers/staging/at76_usb/TODO 2009-03-22 10:31:37.000000000 +0100
> @@ -1,2 +1,2 @@
> -rewrite the driver to use the proper in-kernel wireless stack
> -instead of using its own.
> +Work on at76c50x-usb instead, possibly using
> +this driver as a reference.
I already sent a similar patch to Greg:
http://kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/gregkh-05-staging/staging-at76_usb-mention-mac80211-port-in-todo-file.patch
But there's no mention of at76c50x-usb. I'll send an updated version
to him.
(I hope this mail manages to go to the linux-wireless list. All my
emails from yesterday got lost for some strange reason.)
--
Kalle Valo
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [RFC] staging wireless crap: tell people not to work on it
2009-03-22 10:33 ` Kalle Valo
@ 2009-03-22 10:39 ` Johannes Berg
0 siblings, 0 replies; 4+ messages in thread
From: Johannes Berg @ 2009-03-22 10:39 UTC (permalink / raw)
To: Kalle Valo; +Cc: linux-wireless
[-- Attachment #1: Type: text/plain, Size: 913 bytes --]
On Sun, 2009-03-22 at 12:33 +0200, Kalle Valo wrote:
> > --- wireless-testing.orig/drivers/staging/at76_usb/TODO 2009-03-22 10:31:37.000000000 +0100
> > +++ wireless-testing/drivers/staging/at76_usb/TODO 2009-03-22 10:31:37.000000000 +0100
> > @@ -1,2 +1,2 @@
> > -rewrite the driver to use the proper in-kernel wireless stack
> > -instead of using its own.
> > +Work on at76c50x-usb instead, possibly using
> > +this driver as a reference.
>
> I already sent a similar patch to Greg:
>
> http://kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/gregkh-05-staging/staging-at76_usb-mention-mac80211-port-in-todo-file.patch
>
> But there's no mention of at76c50x-usb. I'll send an updated version
> to him.
Ok, I'll drop that bit.
> (I hope this mail manages to go to the linux-wireless list. All my
> emails from yesterday got lost for some strange reason.)
It did! :)
johannes
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [RFC] staging wireless crap: tell people not to work on it
2009-03-22 9:40 [RFC] staging wireless crap: tell people not to work on it Johannes Berg
2009-03-22 10:33 ` Kalle Valo
@ 2009-03-22 15:51 ` Marcel Holtmann
1 sibling, 0 replies; 4+ messages in thread
From: Marcel Holtmann @ 2009-03-22 15:51 UTC (permalink / raw)
To: Johannes Berg; +Cc: linux-wireless
Hi Johannes,
> Any objections from anyone on this? We've had somebody clean out otus
> because he thought it was a good idea...
I like it. Actually I think we can even use more clear words here to
make sure nobody is wasting his/her time on staging drivers crap :)
Regards
Marcel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-03-22 15:51 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-22 9:40 [RFC] staging wireless crap: tell people not to work on it Johannes Berg
2009-03-22 10:33 ` Kalle Valo
2009-03-22 10:39 ` Johannes Berg
2009-03-22 15:51 ` Marcel Holtmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox