aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/323-rt2x00-Add-RT3070-detection.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-03-05 12:49:25 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-03-05 12:49:25 +0000
commitfd2ea5846b416322f0ad0d07c0cacc18bcd7bfb8 (patch)
tree6b538c1a23719f7571103818579ffe47633be116 /package/mac80211/patches/323-rt2x00-Add-RT3070-detection.patch
parent165f60bba9bba1ac75816729845661b2fd08343d (diff)
downloadupstream-fd2ea5846b416322f0ad0d07c0cacc18bcd7bfb8.tar.gz
upstream-fd2ea5846b416322f0ad0d07c0cacc18bcd7bfb8.tar.bz2
upstream-fd2ea5846b416322f0ad0d07c0cacc18bcd7bfb8.zip
mac80211: update compat-wireless to 2009-03-04, and refresh patches
SVN-Revision: 14749
Diffstat (limited to 'package/mac80211/patches/323-rt2x00-Add-RT3070-detection.patch')
-rw-r--r--package/mac80211/patches/323-rt2x00-Add-RT3070-detection.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/package/mac80211/patches/323-rt2x00-Add-RT3070-detection.patch b/package/mac80211/patches/323-rt2x00-Add-RT3070-detection.patch
deleted file mode 100644
index 9c186fffc3..0000000000
--- a/package/mac80211/patches/323-rt2x00-Add-RT3070-detection.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From 4fd4f7fd1db857b86fa3e6a1165f1ff051a71a7d Mon Sep 17 00:00:00 2001
-From: Ivo van Doorn <IvDoorn@gmail.com>
-Date: Sat, 21 Feb 2009 10:57:03 +0100
-Subject: [PATCH] rt2x00: Add RT3070 detection
-
-Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
----
- drivers/net/wireless/rt2x00/rt2800usb.c | 3 ++-
- 1 files changed, 2 insertions(+), 1 deletions(-)
-
---- a/drivers/net/wireless/rt2x00/rt2800usb.c
-+++ b/drivers/net/wireless/rt2x00/rt2800usb.c
-@@ -2338,7 +2338,8 @@ static int rt2800usb_init_eeprom(struct
- * identifies itself as rt2860 in the CSR register.
- */
- if ((rt2x00_get_field32(reg, MAC_CSR0_ASIC_VER) != 0x2860) &&
-- (rt2x00_get_field32(reg, MAC_CSR0_ASIC_VER) != 0x2870)) {
-+ (rt2x00_get_field32(reg, MAC_CSR0_ASIC_VER) != 0x2870) &&
-+ (rt2x00_get_field32(reg, MAC_CSR0_ASIC_VER) != 0x3070)) {
- ERROR(rt2x00dev, "Invalid RT chipset detected.\n");
- return -ENODEV;
- }