2011-04-25 17:52:44

by Larry Finger

[permalink] [raw]
Subject: [PATCH 00/18] rtlwifi: rtl8192ce: rtl8192cu: Fix bugs, sparse warnings, and prepare for rtl8192se and rtl8192de

This patch series modifies drivers rtlwifi, rtl8192c-common, rtl8192ce and
rtl8192cu for the following reasons:

* Fix some bugs including, but not limited to, incorrect rate shown in iwconfig,
and the addition of dummy reads to flush writes to the hardware
* Add Bluetooth coexistence code
* Modify rtlwifi for addition of drivers for RTL8192SE and RTL8192DE. One
necessary change is to allow the selection of which PCI BAR to use.
* Modify rtl8192c-common, rtl8192ce and rtl8192cu for changes in rtlwifi
* Fix sparse warnings

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

John,

This material is for 2.6.40. There are bug fixes, but they are not
localized for submission as a separate patch for 2.6.39 and stable,
thus they will need to wait. The material will be needed for my next
patch bomb containing the rtl8192se driver.

Thanks,

Larry