aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChuanhong Guo <gch981213@gmail.com>2019-06-21 18:33:53 +0800
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-02-11 13:41:31 +0100
commit95d5cbdec34e3d29db17a2c823e3d01be1e9c283 (patch)
tree91bb94a3f5fdf4f1a197abcae92f50b4de7c95fd
parent2d21357b65c3a19dbb4d42c80a87bd002a7e9a51 (diff)
downloadupstream-95d5cbdec34e3d29db17a2c823e3d01be1e9c283.tar.gz
upstream-95d5cbdec34e3d29db17a2c823e3d01be1e9c283.tar.bz2
upstream-95d5cbdec34e3d29db17a2c823e3d01be1e9c283.zip
ath79: add wmac migration for all ar93xx/qca95xx SoCs
Add migration for all ar71xx device path as well as previously incorrect ath79 path. Signed-off-by: Chuanhong Guo <gch981213@gmail.com> (cherry picked from commit d08b5bb344792bb82ccbcf3a0a8d25c79e72f4fe) Tested-by: Lech Perczak <lech.perczak@gmail.com> [TP-Link TL-WDR4300 v1]
-rw-r--r--target/linux/ath79/base-files/etc/hotplug.d/ieee80211/00-wifi-migration11
1 files changed, 6 insertions, 5 deletions
diff --git a/target/linux/ath79/base-files/etc/hotplug.d/ieee80211/00-wifi-migration b/target/linux/ath79/base-files/etc/hotplug.d/ieee80211/00-wifi-migration
index b1824303e6..37a1346fe7 100644
--- a/target/linux/ath79/base-files/etc/hotplug.d/ieee80211/00-wifi-migration
+++ b/target/linux/ath79/base-files/etc/hotplug.d/ieee80211/00-wifi-migration
@@ -24,11 +24,12 @@ migrate_wifi_path() {
;;
esac
;;
- "platform/qca955x_wmac")
- path="platform/ahb/ahb:apb/18100000.wmac"
- WIFI_PATH_CHANGED=1
- ;;
- "platform/ar933x_wmac")
+ "platform/ahb/ahb:apb/18100000.wmac"|\
+ "platform/ar933x_wmac"|\
+ "platform/ar934x_wmac"|\
+ "platform/qca953x_wmac"|\
+ "platform/qca955x_wmac"|\
+ "platform/qca956x_wmac")
path="platform/ahb/18100000.wmac"
WIFI_PATH_CHANGED=1
;;