-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO.patch
39 lines (33 loc) · 1.79 KB
/
2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
diff -urN 2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO.orig/common/rtusb_dev_id.c 2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/common/rtusb_dev_id.c
--- 2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO.orig/common/rtusb_dev_id.c 2012-03-28 12:10:29.000000000 +0900
+++ 2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/common/rtusb_dev_id.c 2012-08-16 18:58:59.000000000 +0900
@@ -113,6 +113,9 @@
#ifdef RT3370
{USB_DEVICE(0x148F,0x3370)}, /* Ralink 3370 */
{USB_DEVICE(0x0DF6,0x0050)}, /* Sitecom 3370 */
+ {USB_DEVICE(0x0411,0x015d)}, /* BUFFALO WLI-UC-GN */
+ {USB_DEVICE(0x0411,0x019e)}, /* BUFFALO WLI-UC-GNP */
+ {USB_DEVICE(0x0411,0x0148)}, /* BUFFALO WLI-UC-G300HP */
#endif /* RT3370*/
#ifdef RT5370
{USB_DEVICE(0x148F,0x5370)}, /* Ralink 5370 */
diff -urN 2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO.orig/os/linux/config.mk 2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/config.mk
--- 2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO.orig/os/linux/config.mk 2011-07-19 17:56:36.000000000 +0900
+++ 2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO/os/linux/config.mk 2012-08-16 18:58:59.000000000 +0900
@@ -53,11 +53,11 @@
HAS_APCLI=n
# Support Wpa_Supplicant
-HAS_WPA_SUPPLICANT=n
+HAS_WPA_SUPPLICANT=y
# Support Native WpaSupplicant for Network Maganger
-HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=n
+HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y
#Support Net interface block while Tx-Sw queue full
HAS_BLOCK_NET_IF=n
@@ -408,7 +408,7 @@
ifeq ($(CHIPSET),3070)
WFLAGS +=-DRTMP_MAC_USB -DRT30xx -DRT3070 -DRTMP_USB_SUPPORT -DRTMP_TIMER_TASK_SUPPORT -DRTMP_RF_RW_SUPPORT -DRTMP_EFUSE_SUPPORT -DSPECIFIC_VCORECAL_SUPPORT
-CHIPSET_DAT = 2870
+CHIPSET_DAT = 3070
endif
ifeq ($(CHIPSET),2880)