From 15870b5ffe42faccdb23732756bfc1e33ebc052b Mon Sep 17 00:00:00 2001 From: juhosg Date: Thu, 5 Mar 2009 12:49:25 +0000 Subject: [package] mac80211: update compat-wireless to 2009-03-04, and refresh patches git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14749 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../patches/323-rt2x00-Add-RT3070-detection.patch | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 package/mac80211/patches/323-rt2x00-Add-RT3070-detection.patch (limited to 'package/mac80211/patches/323-rt2x00-Add-RT3070-detection.patch') 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 9c186fffc..000000000 --- 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 -Date: Sat, 21 Feb 2009 10:57:03 +0100 -Subject: [PATCH] rt2x00: Add RT3070 detection - -Signed-off-by: Ivo van Doorn ---- - 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; - } -- cgit v1.2.3