2011-02-17 21:18:03

by Larry Finger

[permalink] [raw]
Subject: [PATCH 0/14] rtlwifi: rtl8192cu: Add driver

Add driver rtl192cu. The individual parts are:

1/14: Make changes in rtlwifi/rtl8192ce/reg.h to support rtl8192cu
2/14: Make changes in rtlwifi/rtl8192ce/def.h to support rtl8192cu
3/14: Modify some rtl8192ce routines for merging rtl8192cu
4/14: Add headers for rtl8187cu
5/14: Modify wifi.h for rtl8192cu
6/14: Move common parts of rtl8192ce/phy.c
7/14: Add routines dm, fw, led and sw
8/14: Add routine hw
9/14: Add routine mac
10/14: Add routine phy
11/14: Add routine rf
12/14: Add routine table
13/14: Add routine trx
14/14: Modify buiild system for rtl8192cu

Signed-off-by: George <[email protected]>
Signed-off-by: Larry Finger <[email protected]>
---

John,

This series of patches is intended for 2.6.39.

Larry



2011-02-18 11:33:59

by Stanislaw Gruszka

[permalink] [raw]
Subject: Re: [PATCH 0/14] rtlwifi: rtl8192cu: Add driver

On Thu, Feb 17, 2011 at 03:18:00PM -0600, Larry Finger wrote:
> Add driver rtl192cu. The individual parts are:
>
> 1/14: Make changes in rtlwifi/rtl8192ce/reg.h to support rtl8192cu
> 2/14: Make changes in rtlwifi/rtl8192ce/def.h to support rtl8192cu
> 3/14: Modify some rtl8192ce routines for merging rtl8192cu
> 4/14: Add headers for rtl8187cu
> 5/14: Modify wifi.h for rtl8192cu
> 6/14: Move common parts of rtl8192ce/phy.c
> 7/14: Add routines dm, fw, led and sw
> 8/14: Add routine hw
> 9/14: Add routine mac
> 10/14: Add routine phy
> 11/14: Add routine rf
> 12/14: Add routine table
> 13/14: Add routine trx
> 14/14: Modify buiild system for rtl8192cu
>
> Signed-off-by: George <[email protected]>
> Signed-off-by: Larry Finger <[email protected]>

There are big parts that need serious cleanup i.e. they are
at staging quality, but I'm fine for accept patches (after
fixing endianes problem, I wrote in other email), and cleanup
driver lately. I'll probably send some cleanup patches for
things I dislike the most.

Thanks for fixing Hungarian notation.
Stanislaw