2011-02-19 22:28:45

by Larry Finger

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

Add driver rtl192cu. The individual parts are:

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

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

John,

This series of patches is intended for 2.6.39.

This material is available from the git repository at
git://git.kernel.org/pub/scm/linux/kernel/git/lwfinger/rtl8192cu.git

V1 => V2: Fix endian issues in rtl8192cu and rtl8192ce
Added options to Makefile so that sparse tests always include endian issues
Get rid of additional Hungarian notation
Delete obsolete and unused macros

Larry