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

(-)RT2870_LinuxSTA_V2.3.0.0.ORIG/Makefile (-1 / +1 lines)
Lines 83-89 Link Here
83
ifeq ($(PLATFORM),PC)
83
ifeq ($(PLATFORM),PC)
84
# Linux 2.6
84
# Linux 2.6
85
LINUX_SRC = /lib/modules/$(shell uname -r)/build
85
LINUX_SRC = /usr/src/linux
86
# Linux 2.4 Change to your local setting
86
# Linux 2.4 Change to your local setting
87
#LINUX_SRC = /usr/src/linux-2.4
87
#LINUX_SRC = /usr/src/linux-2.4
88
LINUX_SRC_MODULE = /lib/modules/$(shell uname -r)/kernel/drivers/net/wireless/
88
LINUX_SRC_MODULE = /lib/modules/$(shell uname -r)/kernel/drivers/net/wireless/
(-)RT2870_LinuxSTA_V2.3.0.0.ORIG/os/linux/config.mk (-2 / +2 lines)
Lines 8-17 Link Here
8
HAS_XLINK=n
8
HAS_XLINK=n
9
# Support Wpa_Supplicant
9
# Support Wpa_Supplicant
10
HAS_WPA_SUPPLICANT=n
10
HAS_WPA_SUPPLICANT=y
11
# Support Native WpaSupplicant for Network Maganger
11
# Support Native WpaSupplicant for Network Maganger
12
HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=n
12
HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y
13
#Support Net interface block while Tx-Sw queue full
13
#Support Net interface block while Tx-Sw queue full
14
HAS_BLOCK_NET_IF=n
14
HAS_BLOCK_NET_IF=n
(-)RT2870_LinuxSTA_V2.3.0.0.ORIG/common/rtusb_dev_id.c (-1 / +2 lines)
Lines 101-112 Link Here
101
	{USB_DEVICE(0x7392,0x7717)},
101
	{USB_DEVICE(0x7392,0x7717)},
102
	{USB_DEVICE(0x1737,0x0070)}, /* Linksys WUSB100 */
102
	{USB_DEVICE(0x1737,0x0070)}, /* Linksys WUSB100 */
103
	{USB_DEVICE(0x1737,0x0071)}, /* Linksys WUSB600N */
103
	{USB_DEVICE(0x1737,0x0071)}, /* Linksys WUSB600N */
104
	{USB_DEVICE(0x1737,0x0077)}, /* Linksys WUSB54GC */
104
	{USB_DEVICE(0x0411,0x00e8)}, /* Buffalo WLI-UC-G300N*/
105
	{USB_DEVICE(0x0411,0x00e8)}, /* Buffalo WLI-UC-G300N*/
105
	{USB_DEVICE(0x050d,0x815c)}, /* Belkin F5D8053 */
106
	{USB_DEVICE(0x050d,0x815c)}, /* Belkin F5D8053 */
106
	{USB_DEVICE(0x100D,0x9031)}, /* Motorola 2770 */
107
	{USB_DEVICE(0x100D,0x9031)}, /* Motorola 2770 */
107
	{USB_DEVICE(0x0DB0,0x6899)},
108
	{USB_DEVICE(0x0DB0,0x6899)},
108
#endif // RT2870 //
109
#endif // RT2870 //
109
	{ }/* Terminating entry */
110
	{NULL}/* Terminating entry */
110
};
111
};
111
INT const rtusb_usb_id_len = sizeof(rtusb_dev_id) / sizeof(USB_DEVICE_ID);
112
INT const rtusb_usb_id_len = sizeof(rtusb_dev_id) / sizeof(USB_DEVICE_ID);

Return to bug 228553