All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging: remove rtl8187se driver because of lack of development activities
@ 2009-11-09 16:31 Bartlomiej Zolnierkiewicz
  2009-11-09 16:49 ` Larry Finger
  2009-11-09 16:56 ` Mauro Carvalho Chehab
  0 siblings, 2 replies; 4+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2009-11-09 16:31 UTC (permalink / raw)
  To: Greg KH; +Cc: devel, linux-kernel, linux-wireless

From: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Subject: [PATCH] Staging: remove rtl8187se driver because of lack of development activities

This driver hasn't seen any real development activities since early July:

   257bc86   Staging: rtl8187se: remove unused #include <linu
   2035beb   param:remove-useless-writable-charp
   305409a   tree-wide: fix some typos and punctuation in com
   b881c6c   Staging: fix wireless drivers depends
   a010a33   Staging: rtl8187se/rtl8192e/rtl8192su: allow mod
   125b181   staging: Add proper selection of WIRELESS_EXT an
   b3184e1   Staging: rtl8187se: Fix comment-out-typo
   b6ac161   Staging: ARRAY_SIZE changes

so remove it for now.

Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
---
patch is too big for a mailing list so it can be obtained from:
http://www.kernel.org/pub/linux/kernel/people/bart/staging-remove-rtl8187se-driver-because-of-lack-of-development-activities.patch

 drivers/staging/Kconfig                                    |    2 
 drivers/staging/rtl8187se/Kconfig                          |    7 
 drivers/staging/rtl8187se/Makefile                         |   39 
 drivers/staging/rtl8187se/TODO                             |   14 
 drivers/staging/rtl8187se/ieee80211/dot11d.c               |  224 
 drivers/staging/rtl8187se/ieee80211/dot11d.h               |  100 
 drivers/staging/rtl8187se/ieee80211/ieee80211.h            | 1496 ----
 drivers/staging/rtl8187se/ieee80211/ieee80211_crypt.c      |  247 
 drivers/staging/rtl8187se/ieee80211/ieee80211_crypt.h      |   86 
 drivers/staging/rtl8187se/ieee80211/ieee80211_crypt_ccmp.c |  469 -
 drivers/staging/rtl8187se/ieee80211/ieee80211_crypt_tkip.c |  753 --
 drivers/staging/rtl8187se/ieee80211/ieee80211_crypt_wep.c  |  295 
 drivers/staging/rtl8187se/ieee80211/ieee80211_module.c     |  210 
 drivers/staging/rtl8187se/ieee80211/ieee80211_rx.c         | 1548 ----
 drivers/staging/rtl8187se/ieee80211/ieee80211_softmac.c    | 3008 --------
 drivers/staging/rtl8187se/ieee80211/ieee80211_softmac_wx.c |  572 -
 drivers/staging/rtl8187se/ieee80211/ieee80211_tx.c         |  583 -
 drivers/staging/rtl8187se/ieee80211/ieee80211_wx.c         |  749 --
 drivers/staging/rtl8187se/r8180.h                          |  739 --
 drivers/staging/rtl8187se/r8180_93cx6.c                    |  146 
 drivers/staging/rtl8187se/r8180_93cx6.h                    |   57 
 drivers/staging/rtl8187se/r8180_core.c                     | 4467 -------------
 drivers/staging/rtl8187se/r8180_dm.c                       | 1667 ----
 drivers/staging/rtl8187se/r8180_dm.h                       |   23 
 drivers/staging/rtl8187se/r8180_hw.h                       |  573 -
 drivers/staging/rtl8187se/r8180_rtl8225.h                  |   34 
 drivers/staging/rtl8187se/r8180_rtl8225z2.c                | 1089 ---
 drivers/staging/rtl8187se/r8180_wx.c                       | 1589 ----
 drivers/staging/rtl8187se/r8180_wx.h                       |   21 
 drivers/staging/rtl8187se/r8185b_init.c                    | 2681 -------
 30 files changed, 23488 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Staging: remove rtl8187se driver because of lack of development activities
  2009-11-09 16:31 [PATCH] Staging: remove rtl8187se driver because of lack of development activities Bartlomiej Zolnierkiewicz
@ 2009-11-09 16:49 ` Larry Finger
  2009-11-09 16:56 ` Mauro Carvalho Chehab
  1 sibling, 0 replies; 4+ messages in thread
From: Larry Finger @ 2009-11-09 16:49 UTC (permalink / raw)
  To: Bartlomiej Zolnierkiewicz
  Cc: Greg KH, devel, linux-kernel, linux-wireless, Bernhard Schiffner

On 11/09/2009 10:31 AM, Bartlomiej Zolnierkiewicz wrote:
> From: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
> Subject: [PATCH] Staging: remove rtl8187se driver because of lack of development activities
> 
> This driver hasn't seen any real development activities since early July:
> 
>    257bc86   Staging: rtl8187se: remove unused #include <linu
>    2035beb   param:remove-useless-writable-charp
>    305409a   tree-wide: fix some typos and punctuation in com
>    b881c6c   Staging: fix wireless drivers depends
>    a010a33   Staging: rtl8187se/rtl8192e/rtl8192su: allow mod
>    125b181   staging: Add proper selection of WIRELESS_EXT an
>    b3184e1   Staging: rtl8187se: Fix comment-out-typo
>    b6ac161   Staging: ARRAY_SIZE changes
> 
> so remove it for now.
> 
> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>

NACK. I am currently using this driver as a template for the development of a
mainline rtl8187se driver. Removing the staging version would not matter to me,
but it would complicate matters for my tester (Bernhard Schiffner
<bernhard@schiffner-limbach.de>). I do not have the hardware, thus I rely on his
help.

Larry


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Staging: remove rtl8187se driver because of lack of development activities
  2009-11-09 16:31 [PATCH] Staging: remove rtl8187se driver because of lack of development activities Bartlomiej Zolnierkiewicz
  2009-11-09 16:49 ` Larry Finger
@ 2009-11-09 16:56 ` Mauro Carvalho Chehab
  2009-11-09 17:31   ` Larry Finger
  1 sibling, 1 reply; 4+ messages in thread
From: Mauro Carvalho Chehab @ 2009-11-09 16:56 UTC (permalink / raw)
  To: Bartlomiej Zolnierkiewicz; +Cc: Greg KH, devel, linux-wireless, linux-kernel

Hi Bartolomiej,

Em Mon, 9 Nov 2009 17:31:36 +0100
Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> escreveu:

> From: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
> Subject: [PATCH] Staging: remove rtl8187se driver because of lack of development activities
> 
> This driver hasn't seen any real development activities since early July:
> 
>    257bc86   Staging: rtl8187se: remove unused #include <linu
>    2035beb   param:remove-useless-writable-charp
>    305409a   tree-wide: fix some typos and punctuation in com
>    b881c6c   Staging: fix wireless drivers depends
>    a010a33   Staging: rtl8187se/rtl8192e/rtl8192su: allow mod
>    125b181   staging: Add proper selection of WIRELESS_EXT an
>    b3184e1   Staging: rtl8187se: Fix comment-out-typo
>    b6ac161   Staging: ARRAY_SIZE changes
> 
> so remove it for now.
> 
> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>

This driver has several points in common with rtl8192* drivers. As I'm
currently working on cleaning up rtl8192u and see what can be done to merge the
common code used by all those realtek drivers, I prefer to keep this driver for
more time at the tree.

The issue I'm currently facing is that we should rearrange the drivers/staging/rtl* 
into a common rtl component tree, moving the common components to there. This will
avoid duplicated efforts to cleanup the same code several times, on different
places.

I started working on it this weekend, but I haven't finish it yet.

Cheers,
Mauro

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Staging: remove rtl8187se driver because of lack of development activities
  2009-11-09 16:56 ` Mauro Carvalho Chehab
@ 2009-11-09 17:31   ` Larry Finger
  0 siblings, 0 replies; 4+ messages in thread
From: Larry Finger @ 2009-11-09 17:31 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Bartlomiej Zolnierkiewicz, Greg KH, devel, linux-wireless, linux-kernel

On 11/09/2009 10:56 AM, Mauro Carvalho Chehab wrote:
> Hi Bartolomiej,
> 
> Em Mon, 9 Nov 2009 17:31:36 +0100
> Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> escreveu:
> 
>> From: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
>> Subject: [PATCH] Staging: remove rtl8187se driver because of lack of development activities
>>
>> This driver hasn't seen any real development activities since early July:
>>
>>    257bc86   Staging: rtl8187se: remove unused #include <linu
>>    2035beb   param:remove-useless-writable-charp
>>    305409a   tree-wide: fix some typos and punctuation in com
>>    b881c6c   Staging: fix wireless drivers depends
>>    a010a33   Staging: rtl8187se/rtl8192e/rtl8192su: allow mod
>>    125b181   staging: Add proper selection of WIRELESS_EXT an
>>    b3184e1   Staging: rtl8187se: Fix comment-out-typo
>>    b6ac161   Staging: ARRAY_SIZE changes
>>
>> so remove it for now.
>>
>> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
> 
> This driver has several points in common with rtl8192* drivers. As I'm
> currently working on cleaning up rtl8192u and see what can be done to merge the
> common code used by all those realtek drivers, I prefer to keep this driver for
> more time at the tree.
> 
> The issue I'm currently facing is that we should rearrange the drivers/staging/rtl* 
> into a common rtl component tree, moving the common components to there. This will
> avoid duplicated efforts to cleanup the same code several times, on different
> places.
> 
> I started working on it this weekend, but I haven't finish it yet.

As I just told Bart (off-list), I started my work on a mainline rtl8187se driver
with the rtl8180 code. There should be plenty of opportunity to set up common
code for the rtl* drivers. I will keep a close eye on your developments.

Larry

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-11-09 17:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-09 16:31 [PATCH] Staging: remove rtl8187se driver because of lack of development activities Bartlomiej Zolnierkiewicz
2009-11-09 16:49 ` Larry Finger
2009-11-09 16:56 ` Mauro Carvalho Chehab
2009-11-09 17:31   ` Larry Finger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.