2011-02-06 18:43:20

by Larry Finger

[permalink] [raw]
Subject: [PATCH 0/6] 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/6: Changes to rtlwifi core
2/6: Add usb driver to rtlwifi
3/6: Refactor rtl8192ce/dm.c to be able to use common code
4/6: Refactor rtl8192ce/fw.c to be able to use common code
5/6: Small changes to rtl8192ce/phy.c
6/6: Add some needed definitions to rtl8192ce/reg.h

All of these changes are for 2.6.39.

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