2011-02-11 20:27:46

by Larry Finger

[permalink] [raw]
Subject: [PATCH 0/5] rtlwifi: rtl8192ce: Patches to prepare for addition of rtl8192cu

This series of patches will prepare the rtlwifi core to receive the driver
for the RTL8192CU (USB) device, and to make some changes to the RTL8192CE
(PCI) code to facilitate the new driver.

1/5: Changes to rtlwifi core
2/5: Add usb driver to rtlwifi
3/5: Refactor rtl8192ce/dm.c to be able to use common code
4/5: Refactor rtl8192ce/fw.c to be able to use common code
5/5: Small changes to rtl8192ce/phy.c

All of these changes are for 2.6.39.

V2 addresses all comments from V1.

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