Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 228553 | Differences between
and this patch

Collapse All | Expand All

(-)2010_0709_RT2870_Linux_STA_v2.4.0.1.orig/common/rtusb_dev_id.c (-1 / +3 lines)
Lines 59-64 Link Here
59
	{USB_DEVICE(0x0DF6,0x002D)}, /* Sitecom */
59
	{USB_DEVICE(0x0DF6,0x002D)}, /* Sitecom */
60
	{USB_DEVICE(0x14B2,0x3C06)}, /* Conceptronic */
60
	{USB_DEVICE(0x14B2,0x3C06)}, /* Conceptronic */
61
	{USB_DEVICE(0x14B2,0x3C28)}, /* Conceptronic */
61
	{USB_DEVICE(0x14B2,0x3C28)}, /* Conceptronic */
62
	{USB_DEVICE(0x2019,0xAB25)}, /* PLANEX 150N Wireless LAN USB Adapter */
62
	{USB_DEVICE(0x2019,0xED06)}, /* Planex Communications, Inc. */
63
	{USB_DEVICE(0x2019,0xED06)}, /* Planex Communications, Inc. */
63
	{USB_DEVICE(0x07D1,0x3C09)}, /* D-Link */
64
	{USB_DEVICE(0x07D1,0x3C09)}, /* D-Link */
64
	{USB_DEVICE(0x07D1,0x3C11)}, /* D-Link */
65
	{USB_DEVICE(0x07D1,0x3C11)}, /* D-Link */
Lines 101-112 Link Here
101
	{USB_DEVICE(0x7392,0x7717)},
102
	{USB_DEVICE(0x7392,0x7717)},
102
	{USB_DEVICE(0x1737,0x0070)}, /* Linksys WUSB100 */
103
	{USB_DEVICE(0x1737,0x0070)}, /* Linksys WUSB100 */
103
	{USB_DEVICE(0x1737,0x0071)}, /* Linksys WUSB600N */
104
	{USB_DEVICE(0x1737,0x0071)}, /* Linksys WUSB600N */
105
	{USB_DEVICE(0x1737,0x0077)}, /* Linksys WUSB54GC */
104
	{USB_DEVICE(0x0411,0x00e8)}, /* Buffalo WLI-UC-G300N*/
106
	{USB_DEVICE(0x0411,0x00e8)}, /* Buffalo WLI-UC-G300N*/
105
	{USB_DEVICE(0x050d,0x815c)}, /* Belkin F5D8053 */
107
	{USB_DEVICE(0x050d,0x815c)}, /* Belkin F5D8053 */
106
	{USB_DEVICE(0x100D,0x9031)}, /* Motorola 2770 */
108
	{USB_DEVICE(0x100D,0x9031)}, /* Motorola 2770 */
107
	{USB_DEVICE(0x0DB0,0x6899)},
109
	{USB_DEVICE(0x0DB0,0x6899)},
108
#endif // RT2870 //
110
#endif // RT2870 //
109
	{ }/* Terminating entry */
111
	{NULL}/* Terminating entry */
110
};
112
};
111
113
112
INT const rtusb_usb_id_len = sizeof(rtusb_dev_id) / sizeof(USB_DEVICE_ID);
114
INT const rtusb_usb_id_len = sizeof(rtusb_dev_id) / sizeof(USB_DEVICE_ID);
(-)2010_0709_RT2870_Linux_STA_v2.4.0.1.orig/Makefile (-1 / +1 lines)
Lines 117-123 Link Here
117
117
118
ifeq ($(PLATFORM),PC)
118
ifeq ($(PLATFORM),PC)
119
# Linux 2.6
119
# Linux 2.6
120
LINUX_SRC = /lib/modules/$(shell uname -r)/build
120
LINUX_SRC = /usr/src/linux
121
# Linux 2.4 Change to your local setting
121
# Linux 2.4 Change to your local setting
122
#LINUX_SRC = /usr/src/linux-2.4
122
#LINUX_SRC = /usr/src/linux-2.4
123
LINUX_SRC_MODULE = /lib/modules/$(shell uname -r)/kernel/drivers/net/wireless/
123
LINUX_SRC_MODULE = /lib/modules/$(shell uname -r)/kernel/drivers/net/wireless/
(-)2010_0709_RT2870_Linux_STA_v2.4.0.1.orig/os/linux/config.mk (-3 / +3 lines)
Lines 5-17 Link Here
5
HAS_QA_SUPPORT=n
5
HAS_QA_SUPPORT=n
6
6
7
# Support XLINK mode
7
# Support XLINK mode
8
HAS_XLINK=n
8
HAS_XLINK=y
9
9
10
# Support Wpa_Supplicant
10
# Support Wpa_Supplicant
11
HAS_WPA_SUPPLICANT=n
11
HAS_WPA_SUPPLICANT=y
12
12
13
# Support Native WpaSupplicant for Network Maganger
13
# Support Native WpaSupplicant for Network Maganger
14
HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=n
14
HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y
15
15
16
#Support Net interface block while Tx-Sw queue full
16
#Support Net interface block while Tx-Sw queue full
17
HAS_BLOCK_NET_IF=n
17
HAS_BLOCK_NET_IF=n

Return to bug 228553