diff options
Diffstat (limited to 'community/rt3562sta')
10 files changed, 0 insertions, 310 deletions
diff --git a/community/rt3562sta/PKGBUILD b/community/rt3562sta/PKGBUILD deleted file mode 100644 index 1f8de793d..000000000 --- a/community/rt3562sta/PKGBUILD +++ /dev/null @@ -1,74 +0,0 @@ -# $Id: PKGBUILD 58717 2011-11-17 21:59:14Z mtorromeo $ -# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com> -# Based on SUSE spec https://build.opensuse.org/package/files?package=rt3562sta&project=driver%3Awireless - -pkgname=rt3562sta -pkgver=2.4.1.1 -pkgrel=1 -pkgdesc="Ralink RT3562 PCI WLAN adaptors kernel module" -arch=(i686 x86_64) -url="http://www.ralinktech.com/support.php?s=2" -license=('GPL') -depends=('linux>=3.1' 'linux<3.2') -source=( - http://dl.dropbox.com/u/362439/DPO_RT3562_3592_3062_LinuxSTA_V${pkgver}_20101217.tgz - $pkgname-$pkgver-config.patch - $pkgname-$pkgver-gcc-warnings-x86_64.patch - $pkgname-$pkgver-WPA-mixed.patch - $pkgname-$pkgver-convert-devicename-to-wlanX.patch - $pkgname-$pkgver-remove-potential-conflicts-with-rt2860sta.patch - $pkgname-$pkgver-return_nonvoid.patch - $pkgname-$pkgver-reduce_debug_output.patch - $pkgname-$pkgver-remove_date_time.patch -) -install=$pkgname.install - -_extramodules=extramodules-3.1-ARCH -_kernver="$(cat /lib/modules/$_extramodules/version || true)" - -build() { - cd "$srcdir/DPO_RT3562_3592_3062_LinuxSTA_V2.4.1.1_20101217" - patch -p0 -i "$srcdir/$pkgname-$pkgver-config.patch" - [ "$CARCH" == "x86_64" ] && patch -p0 -i "$srcdir/$pkgname-$pkgver-gcc-warnings-x86_64.patch" - patch -p0 -i "$srcdir/$pkgname-$pkgver-WPA-mixed.patch" - patch -p0 -i "$srcdir/$pkgname-$pkgver-convert-devicename-to-wlanX.patch" - patch -p0 -i "$srcdir/$pkgname-$pkgver-remove-potential-conflicts-with-rt2860sta.patch" - patch -p0 -i "$srcdir/$pkgname-$pkgver-return_nonvoid.patch" - patch -p0 -i "$srcdir/$pkgname-$pkgver-reduce_debug_output.patch" - patch -p0 -i "$srcdir/$pkgname-$pkgver-remove_date_time.patch" - - # clean up this mess of mixing RT2860STA with RT3562STA - # in documentation files - mv RT2860STA.dat RT3562STA.dat - mv RT2860STACard.dat RT3562STACard.dat - sed -i 's/2860/3562/g' *STA* iwpriv_usage.txt - - # as we change the default name of the interface from raX to wlanX, change respective references in documentation, too - sed -i 's|ra0|wlan0|g' *.txt README* *.dat - sed -i 's|ra1|wlan1|g' *.txt README* *.dat - sed -i 's|ra2|wlan2|g' *.txt README* *.dat - - export EXTRA_CFLAGS="-DVERSION=$pkgver" - make -} - -package() { - cd "$srcdir/DPO_RT3562_3592_3062_LinuxSTA_V2.4.1.1_20101217" - - install -Dm 0640 RT3562STA.dat "$pkgdir/etc/Wireless/RT3562STA/RT3562STA.dat" - install -Dm 0644 os/linux/$pkgname.ko "$pkgdir/lib/modules/$_extramodules/$pkgname.ko" - install -dm 0755 "$pkgdir/usr/share/doc/$pkgname" - install -m 0644 iwpriv_usage.txt README* RT3562STA* sta_ate_iwpriv_usage.txt "$pkgdir/usr/share/doc/$pkgname" - - find "$pkgdir" -name '*.ko' -exec gzip -9 {} \; -} - -md5sums=('a5e9af70abccdb7b86d1ef605bb34491' - '5cff38fb070fd181cf4beb52acc99616' - 'ca40e951c0799d395a74bf274459b950' - '743b45ad2bf60bf757e53439c26edb71' - 'f2d0fbe845415cdb4f31e365876f740e' - '874619383576e38c5c048f0a068c9844' - '466df4e09896836082db417e52f0224e' - 'edc79dd0de1e8fabcec1e4791feb4391' - 'c8e174ea362bf94ce46038f8388439b6') diff --git a/community/rt3562sta/rt3562sta-2.4.1.1-WPA-mixed.patch b/community/rt3562sta/rt3562sta-2.4.1.1-WPA-mixed.patch deleted file mode 100644 index caf2b1c6a..000000000 --- a/community/rt3562sta/rt3562sta-2.4.1.1-WPA-mixed.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- common/cmm_wpa.c.orig 2010-11-26 04:18:41.000000000 +0100 -+++ common/cmm_wpa.c 2010-12-01 15:09:22.000000000 +0100 -@@ -2410,7 +2410,7 @@ - UCHAR PrimaryRsnie; - BOOLEAN bMixCipher = FALSE; // indicate the pairwise and group cipher are different - UCHAR p_offset; -- WPA_MIX_PAIR_CIPHER FlexibleCipher = MIX_CIPHER_NOTUSE; // it provide the more flexible cipher combination in WPA-WPA2 and TKIPAES mode -+ WPA_MIX_PAIR_CIPHER FlexibleCipher = WPA_TKIPAES_WPA2_TKIPAES; // it provide the more flexible cipher combination in WPA-WPA2 and TKIPAES mode - - rsnielen_cur_p = NULL; - rsnielen_ex_cur_p = NULL; diff --git a/community/rt3562sta/rt3562sta-2.4.1.1-config.patch b/community/rt3562sta/rt3562sta-2.4.1.1-config.patch deleted file mode 100644 index dc245e38e..000000000 --- a/community/rt3562sta/rt3562sta-2.4.1.1-config.patch +++ /dev/null @@ -1,98 +0,0 @@ ---- os/linux/config.mk.orig 2010-12-17 12:44:47.000000000 +0100 -+++ os/linux/config.mk 2010-12-17 19:53:36.000000000 +0100 -@@ -9,10 +9,10 @@ - - - # 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 -@@ -283,7 +283,7 @@ - endif - - ifeq ($(CHIPSET),3562) --WFLAGS +=-DRTMP_MAC_PCI -DRT2860 -DRT28xx -DRT30xx -DRT35xx -DRTMP_PCI_SUPPORT -DRTMP_RF_RW_SUPPORT -DRTMP_EFUSE_SUPPORT -DA_BAND_SUPPORT -+WFLAGS +=-DRTMP_MAC_PCI -DRT2860 -DRT28xx -DRT30xx -DRT35xx -DRTMP_PCI_SUPPORT -DRTMP_RF_RW_SUPPORT -DRTMP_EFUSE_SUPPORT -DA_BAND_SUPPORT -DDOT11N_SS3_SUPPORT -DNEW_RATE_ADAPT_SUPPORT -DRT3593 - ifeq ($(HAS_DFS_SUPPORT),y) - WFLAGS += -DDFS_HARDWARE_SUPPORT -DDFS_DEBUG - endif ---- Makefile.orig 2010-12-17 12:44:47.000000000 +0100 -+++ Makefile 2010-12-17 19:51:39.000000000 +0100 -@@ -284,26 +284,26 @@ - endif - - ifeq ($(RT28xx_MODE),AP) -- cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)ap.o /tftpboot -+# cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)ap.o /tftpboot - ifeq ($(OSABL),YES) -- cp -f $(RT28xx_DIR)/os/linux/rtutil$(CHIPSET)ap.o /tftpboot -- cp -f $(RT28xx_DIR)/os/linux/rtnet$(CHIPSET)ap.o /tftpboot -+# cp -f $(RT28xx_DIR)/os/linux/rtutil$(CHIPSET)ap.o /tftpboot -+# cp -f $(RT28xx_DIR)/os/linux/rtnet$(CHIPSET)ap.o /tftpboot - endif - ifeq ($(PLATFORM),INF_AMAZON_SE) -- cp -f /tftpboot/rt2870ap.o /backup/ifx/build/root_filesystem/lib/modules/2.4.31-Amazon_SE-3.6.2.2-R0416_Ralink/kernel/drivers/net -+# cp -f /tftpboot/rt2870ap.o /backup/ifx/build/root_filesystem/lib/modules/2.4.31-Amazon_SE-3.6.2.2-R0416_Ralink/kernel/drivers/net - endif - else - ifeq ($(RT28xx_MODE),APSTA) -- cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)apsta.o /tftpboot -+# cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)apsta.o /tftpboot - ifeq ($(OSABL),YES) -- cp -f $(RT28xx_DIR)/os/linux/rtutil$(CHIPSET)apsta.o /tftpboot -- cp -f $(RT28xx_DIR)/os/linux/rtnet$(CHIPSET)apsta.o /tftpboot -+# cp -f $(RT28xx_DIR)/os/linux/rtutil$(CHIPSET)apsta.o /tftpboot -+# cp -f $(RT28xx_DIR)/os/linux/rtnet$(CHIPSET)apsta.o /tftpboot - endif - else -- cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)sta.o /tftpboot -+# cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)sta.o /tftpboot - ifeq ($(OSABL),YES) -- cp -f $(RT28xx_DIR)/os/linux/rtutil$(CHIPSET)sta.o /tftpboot -- cp -f $(RT28xx_DIR)/os/linux/rtnet$(CHIPSET)sta.o /tftpboot -+# cp -f $(RT28xx_DIR)/os/linux/rtutil$(CHIPSET)sta.o /tftpboot -+# cp -f $(RT28xx_DIR)/os/linux/rtnet$(CHIPSET)sta.o /tftpboot - endif - endif - endif -@@ -331,25 +331,25 @@ - endif - - ifeq ($(RT28xx_MODE),AP) -- cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)ap.ko /tftpboot -+# cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)ap.ko /tftpboot - ifeq ($(OSABL),YES) -- cp -f $(RT28xx_DIR)/os/linux/rtutil$(CHIPSET)ap.ko /tftpboot -- cp -f $(RT28xx_DIR)/os/linux/rtnet$(CHIPSET)ap.ko /tftpboot -+# cp -f $(RT28xx_DIR)/os/linux/rtutil$(CHIPSET)ap.ko /tftpboot -+# cp -f $(RT28xx_DIR)/os/linux/rtnet$(CHIPSET)ap.ko /tftpboot - endif - rm -f os/linux/rt$(CHIPSET)ap.ko.lzma - /root/bin/lzma e os/linux/rt$(CHIPSET)ap.ko os/linux/rt$(CHIPSET)ap.ko.lzma - else - ifeq ($(RT28xx_MODE),APSTA) -- cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)apsta.ko /tftpboot -+# cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)apsta.ko /tftpboot - ifeq ($(OSABL),YES) -- cp -f $(RT28xx_DIR)/os/linux/rtutil$(CHIPSET)apsta.ko /tftpboot -- cp -f $(RT28xx_DIR)/os/linux/rtnet$(CHIPSET)apsta.ko /tftpboot -+# cp -f $(RT28xx_DIR)/os/linux/rtutil$(CHIPSET)apsta.ko /tftpboot -+# cp -f $(RT28xx_DIR)/os/linux/rtnet$(CHIPSET)apsta.ko /tftpboot - endif - else -- cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)sta.ko /tftpboot -+# cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)sta.ko /tftpboot - ifeq ($(OSABL),YES) -- cp -f $(RT28xx_DIR)/os/linux/rtutil$(CHIPSET)sta.ko /tftpboot -- cp -f $(RT28xx_DIR)/os/linux/rtnet$(CHIPSET)sta.ko /tftpboot -+# cp -f $(RT28xx_DIR)/os/linux/rtutil$(CHIPSET)sta.ko /tftpboot -+# cp -f $(RT28xx_DIR)/os/linux/rtnet$(CHIPSET)sta.ko /tftpboot - endif - endif - endif diff --git a/community/rt3562sta/rt3562sta-2.4.1.1-convert-devicename-to-wlanX.patch b/community/rt3562sta/rt3562sta-2.4.1.1-convert-devicename-to-wlanX.patch deleted file mode 100644 index 5ec4d5028..000000000 --- a/community/rt3562sta/rt3562sta-2.4.1.1-convert-devicename-to-wlanX.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- include/rtmp_def.h.orig 2010-11-26 04:18:41.000000000 +0100 -+++ include/rtmp_def.h 2010-12-01 14:57:05.000000000 +0100 -@@ -1451,8 +1451,8 @@ - #define SET_ENTRY_CLIWDS(_x) CLIENT_STATUS_SET_FLAG((_x), fCLIENT_STATUS_CLI_WDS) - #endif // CLIENT_WDS // - --#define INF_MAIN_DEV_NAME "ra" --#define INF_MBSSID_DEV_NAME "ra" -+#define INF_MAIN_DEV_NAME "wlan" -+#define INF_MBSSID_DEV_NAME "wlan" - #define INF_WDS_DEV_NAME "wds" - #define INF_APCLI_DEV_NAME "apcli" - #define INF_MESH_DEV_NAME "mesh" diff --git a/community/rt3562sta/rt3562sta-2.4.1.1-gcc-warnings-x86_64.patch b/community/rt3562sta/rt3562sta-2.4.1.1-gcc-warnings-x86_64.patch deleted file mode 100644 index a53dbde86..000000000 --- a/community/rt3562sta/rt3562sta-2.4.1.1-gcc-warnings-x86_64.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- os/linux/rt_linux.c.orig 2010-11-26 04:18:41.000000000 +0100 -+++ os/linux/rt_linux.c 2010-12-01 14:57:53.000000000 +0100 -@@ -479,9 +479,9 @@ - MEM_DBG_PKT_ALLOC_INC(pAd); - - skb_reserve(skb, 2); -- NdisMoveMemory(skb->tail, pHeader802_3, HdrLen); -+ NdisMoveMemory(skb_tail_pointer(skb), pHeader802_3, HdrLen); // - skb_put(skb, HdrLen); -- NdisMoveMemory(skb->tail, pData, DataSize); -+ NdisMoveMemory(skb_tail_pointer(skb), pData, DataSize); // - skb_put(skb, DataSize); - skb->dev = get_netdev_from_bssid(pAd, FromWhichBSSID); - pPacket = OSPKT_TO_RTPKT(skb); diff --git a/community/rt3562sta/rt3562sta-2.4.1.1-reduce_debug_output.patch b/community/rt3562sta/rt3562sta-2.4.1.1-reduce_debug_output.patch deleted file mode 100644 index 6754f214d..000000000 --- a/community/rt3562sta/rt3562sta-2.4.1.1-reduce_debug_output.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- include/os/rt_linux.h.orig 2011-01-07 11:20:02.000000000 +0100 -+++ include/os/rt_linux.h 2011-01-07 11:21:30.000000000 +0100 -@@ -611,10 +611,10 @@ - - #define DBGPRINT_RAW(Level, Fmt) \ - do{ \ -- if (Level <= RTDebugLevel) \ -+/* if (Level <= RTDebugLevel) \ - { \ - printk Fmt; \ -- } \ -+ }*/ \ - }while(0) - - #define DBGPRINT(Level, Fmt) DBGPRINT_RAW(Level, Fmt) diff --git a/community/rt3562sta/rt3562sta-2.4.1.1-remove-potential-conflicts-with-rt2860sta.patch b/community/rt3562sta/rt3562sta-2.4.1.1-remove-potential-conflicts-with-rt2860sta.patch deleted file mode 100644 index a0d00d6e3..000000000 --- a/community/rt3562sta/rt3562sta-2.4.1.1-remove-potential-conflicts-with-rt2860sta.patch +++ /dev/null @@ -1,47 +0,0 @@ ---- include/os/rt_linux.h.orig 2010-11-26 04:18:41.000000000 +0100 -+++ include/os/rt_linux.h 2010-12-01 14:58:46.000000000 +0100 -@@ -111,10 +111,10 @@ - - #ifdef CONFIG_STA_SUPPORT - #ifdef RTMP_MAC_PCI --#define STA_PROFILE_PATH "/etc/Wireless/RT2860STA/RT2860STA.dat" -+#define STA_PROFILE_PATH "/etc/Wireless/RT3562STA/RT3562STA.dat" - #define STA_DRIVER_VERSION "2.4.1.1" - #ifdef MULTIPLE_CARD_SUPPORT --#define CARD_INFO_PATH "/etc/Wireless/RT2860STA/RT2860STACard.dat" -+#define CARD_INFO_PATH "/etc/Wireless/RT3562STA/RT3562STACard.dat" - #endif // MULTIPLE_CARD_SUPPORT // - #endif // RTMP_MAC_PCI // - ---- os/linux/pci_main_dev.c.orig 2010-12-17 19:59:25.000000000 +0100 -+++ os/linux/pci_main_dev.c 2010-12-17 20:00:12.000000000 +0100 -@@ -90,14 +90,15 @@ - MODULE_VERSION(STA_DRIVER_VERSION); - #endif - #endif // CONFIG_STA_SUPPORT // -- -+MODULE_DESCRIPTION("RT3562 Wireless Lan Linux Driver"); -+MODULE_LICENSE("GPL"); - - // - // Our PCI driver structure - // - static struct pci_driver rt2860_driver = - { -- name: "rt2860", -+ name: "rt3562", - id_table: rt2860_pci_tbl, - probe: rt2860_probe, - #if LINUX_VERSION_CODE >= 0x20412 -@@ -317,9 +318,9 @@ - } - - #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,0) -- print_name = pci_dev ? pci_name(pci_dev) : "rt2860"; -+ print_name = pci_dev ? pci_name(pci_dev) : "rt3562"; - #else -- print_name = pci_dev ? pci_dev->slot_name : "rt2860"; -+ print_name = pci_dev ? pci_dev->slot_name : "rt3562"; - #endif // LINUX_VERSION_CODE // - - if ((rv = pci_request_regions(pci_dev, print_name)) != 0) diff --git a/community/rt3562sta/rt3562sta-2.4.1.1-remove_date_time.patch b/community/rt3562sta/rt3562sta-2.4.1.1-remove_date_time.patch deleted file mode 100644 index b17ba5a12..000000000 --- a/community/rt3562sta/rt3562sta-2.4.1.1-remove_date_time.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- os/linux/sta_ioctl.c.orig 2010-12-17 12:44:47.000000000 +0100 -+++ os/linux/sta_ioctl.c 2011-08-02 14:52:37.000000000 +0200 -@@ -1812,7 +1812,7 @@ - wrq->length = strlen(extra) + 1; // 1: size of '\0' - break; - case SHOW_DRVIER_VERION: -- sprintf(extra, "Driver version-%s, %s %s\n", STA_DRIVER_VERSION, __DATE__, __TIME__ ); -+ sprintf(extra, "Driver version-%s, %s %s\n", STA_DRIVER_VERSION, NULL, NULL ); - wrq->length = strlen(extra) + 1; // 1: size of '\0' - break; - #ifdef DOT11_N_SUPPORT diff --git a/community/rt3562sta/rt3562sta-2.4.1.1-return_nonvoid.patch b/community/rt3562sta/rt3562sta-2.4.1.1-return_nonvoid.patch deleted file mode 100644 index 7416a31f9..000000000 --- a/community/rt3562sta/rt3562sta-2.4.1.1-return_nonvoid.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- os/linux/rt_main_dev.c.orig 2010-12-17 12:44:47.000000000 +0100 -+++ os/linux/rt_main_dev.c 2010-12-17 19:42:23.000000000 +0100 -@@ -1247,7 +1247,7 @@ - RTMP_OS_TASK *pTask; - - if (pAd->bWriteDat == FALSE) -- return; -+ return 0; - - DBGPRINT(RT_DEBUG_TRACE, ("-->WriteDatThreadInit()\n")); - diff --git a/community/rt3562sta/rt3562sta.install b/community/rt3562sta/rt3562sta.install deleted file mode 100644 index 82ec4d462..000000000 --- a/community/rt3562sta/rt3562sta.install +++ /dev/null @@ -1,16 +0,0 @@ -rebuild_module_dependencies() { - EXTRAMODULES='extramodules-3.1-ARCH' - depmod $(cat /lib/modules/$EXTRAMODULES/version) -} - -post_install() { - rebuild_module_dependencies -} - -post_upgrade() { - rebuild_module_dependencies -} - -post_remove() { - rebuild_module_dependencies -} |