aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-05-23 21:05:41 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-05-23 21:05:41 +0000
commitd90ec19e95bf3dba573349bb013da83b4a46c07c (patch)
treeab49587ebd6fca777200cee9438cc2343987ddf9 /package
parentb13b61f98c219d66f8bd922c1380c3040673f62a (diff)
downloadupstream-d90ec19e95bf3dba573349bb013da83b4a46c07c.tar.gz
upstream-d90ec19e95bf3dba573349bb013da83b4a46c07c.tar.bz2
upstream-d90ec19e95bf3dba573349bb013da83b4a46c07c.zip
rt2x00: fix rt3352 rf probing (#14322)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40837
Diffstat (limited to 'package')
-rw-r--r--package/kernel/mac80211/patches/620-rt2x00-rt3352-rf-id.patch6
1 files changed, 5 insertions, 1 deletions
diff --git a/package/kernel/mac80211/patches/620-rt2x00-rt3352-rf-id.patch b/package/kernel/mac80211/patches/620-rt2x00-rt3352-rf-id.patch
index 86a990ccdb..05bcd58aef 100644
--- a/package/kernel/mac80211/patches/620-rt2x00-rt3352-rf-id.patch
+++ b/package/kernel/mac80211/patches/620-rt2x00-rt3352-rf-id.patch
@@ -1,6 +1,10 @@
--- a/drivers/net/wireless/rt2x00/rt2800lib.c
+++ b/drivers/net/wireless/rt2x00/rt2800lib.c
-@@ -7812,6 +7812,8 @@ static int rt2800_init_eeprom(struct rt2
+@@ -7808,10 +7808,11 @@ static int rt2800_init_eeprom(struct rt2
+ * RT53xx: defined in "EEPROM_CHIP_ID" field
+ */
+ if (rt2x00_rt(rt2x00dev, RT3290) ||
+- rt2x00_rt(rt2x00dev, RT3352) ||
rt2x00_rt(rt2x00dev, RT5390) ||
rt2x00_rt(rt2x00dev, RT5392))
rt2800_eeprom_read(rt2x00dev, EEPROM_CHIP_ID, &rf);