diff mbox

Support for Realtek 8188RU Chipset in rtl8192cu driver?

Message ID 4E2D87D6.30503@lwfinger.net (mailing list archive)
State Not Applicable, archived
Headers show

Commit Message

Larry Finger July 25, 2011, 3:12 p.m. UTC
On 07/25/2011 06:47 AM, Lubomir Schmidt wrote:
> What distribution did you mean?
>
> The old AWUS036H had the Realtek 8187L, yes. Then there came out before nearly
> an year the AWUS036NH and the AWUS036NEH. Both base on the Ralink 3070L Chipset
> and have till today the best range of all devices on the market.
> Now Alfa release the AWUS036NHR with the Realtek 8188RU and the AWUS036NHA with
> an Atheros AR9271.
>
> Last year i helped to get support for the Ralink Chipsets in the 2800usb driver.
> I got white papers and so on from the chipsets and the driver developer could
> connect to an laptop running 24/7 and make tests with the device.
>
> How can i help to get support? What distribution did you prefere on the notebook
> to connect to?

When I looked at the driver, it turned out to be the driver for the RTL8192CU 
with new additional device IDs. Please try the attached patch for any 2.6.39 or 
later kernel. Meanwhile, I will see what other changes have been made to the driver.

Larry
diff mbox

Patch

Index: wireless-testing-new/drivers/net/wireless/rtlwifi/rtl8192cu/sw.c
===================================================================
--- wireless-testing-new.orig/drivers/net/wireless/rtlwifi/rtl8192cu/sw.c
+++ wireless-testing-new/drivers/net/wireless/rtlwifi/rtl8192cu/sw.c
@@ -281,6 +281,8 @@  static struct usb_device_id rtl8192c_usb
 	{RTL_USB_DEVICE(USB_VENDER_ID_REALTEK, 0x817d, rtl92cu_hal_cfg)},
 	/* 8188CE-VAU USB minCard (b/g mode only) */
 	{RTL_USB_DEVICE(USB_VENDER_ID_REALTEK, 0x817e, rtl92cu_hal_cfg)},
+	/* 8188RU in Alfa AWUS036NHR */
+	{RTL_USB_DEVICE(USB_VENDER_ID_REALTEK, 0x817f, rtl92cu_hal_cfg)},
 	/* 8188 Combo for BC4 */
 	{RTL_USB_DEVICE(USB_VENDER_ID_REALTEK, 0x8754, rtl92cu_hal_cfg)},