aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/323-rt2x00-Add-RT3070-detection.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-02-26 18:03:20 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-02-26 18:03:20 +0000
commit86307b4db2cc678440b0456c09d6b0388602094a (patch)
tree8dd4ba69ea4575b742dc1963efe1cb2959eda035 /package/mac80211/patches/323-rt2x00-Add-RT3070-detection.patch
parentd33317c579add5ab873d4a801c1dcffe1c3b4fa9 (diff)
downloadupstream-86307b4db2cc678440b0456c09d6b0388602094a.tar.gz
upstream-86307b4db2cc678440b0456c09d6b0388602094a.tar.bz2
upstream-86307b4db2cc678440b0456c09d6b0388602094a.zip
mac80211: update compat-wireless to 2009-02-25
SVN-Revision: 14675
Diffstat (limited to 'package/mac80211/patches/323-rt2x00-Add-RT3070-detection.patch')
-rw-r--r--package/mac80211/patches/323-rt2x00-Add-RT3070-detection.patch7
1 files changed, 1 insertions, 6 deletions
diff --git a/package/mac80211/patches/323-rt2x00-Add-RT3070-detection.patch b/package/mac80211/patches/323-rt2x00-Add-RT3070-detection.patch
index 8ff0fad2da..9c186fffc3 100644
--- a/package/mac80211/patches/323-rt2x00-Add-RT3070-detection.patch
+++ b/package/mac80211/patches/323-rt2x00-Add-RT3070-detection.patch
@@ -8,11 +8,9 @@ Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
drivers/net/wireless/rt2x00/rt2800usb.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
-diff --git a/drivers/net/wireless/rt2x00/rt2800usb.c b/drivers/net/wireless/rt2x00/rt2800usb.c
-index 25f636f..a95ef3c 100644
--- a/drivers/net/wireless/rt2x00/rt2800usb.c
+++ b/drivers/net/wireless/rt2x00/rt2800usb.c
-@@ -2338,7 +2338,8 @@ static int rt2800usb_init_eeprom(struct rt2x00_dev *rt2x00dev)
+@@ -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) &&
@@ -22,6 +20,3 @@ index 25f636f..a95ef3c 100644
ERROR(rt2x00dev, "Invalid RT chipset detected.\n");
return -ENODEV;
}
---
-1.6.0
-