aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/base-files/etc/hotplug.d/ieee80211
diff options
context:
space:
mode:
authorDavid Bauer <mail@david-bauer.net>2018-12-30 22:28:42 +0100
committerMathias Kresin <dev@kresin.me>2018-12-31 13:28:31 +0100
commit98f826fdc0a982bea9eee8f397fdf0d2ef018cab (patch)
tree82f9633b7a6986300c958186aca1690c502610b0 /target/linux/ath79/base-files/etc/hotplug.d/ieee80211
parentaf28d8a539fe64bfc893f798fdbbc49b4e78352a (diff)
downloadupstream-98f826fdc0a982bea9eee8f397fdf0d2ef018cab.tar.gz
upstream-98f826fdc0a982bea9eee8f397fdf0d2ef018cab.tar.bz2
upstream-98f826fdc0a982bea9eee8f397fdf0d2ef018cab.zip
ath79: use caldata patching for Archer C58/C59
With this commit the TP-Link Archer C58 and Archer C59 use caldata patching in order to set the correct 5GHz MAC-address. Tested on TP-Link Archer C59 v1. For more details see commit 330965b. Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'target/linux/ath79/base-files/etc/hotplug.d/ieee80211')
-rw-r--r--target/linux/ath79/base-files/etc/hotplug.d/ieee80211/10_fix_wifi_mac4
1 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/ath79/base-files/etc/hotplug.d/ieee80211/10_fix_wifi_mac b/target/linux/ath79/base-files/etc/hotplug.d/ieee80211/10_fix_wifi_mac
index bb55b1c11c..14d4f6b9d6 100644
--- a/target/linux/ath79/base-files/etc/hotplug.d/ieee80211/10_fix_wifi_mac
+++ b/target/linux/ath79/base-files/etc/hotplug.d/ieee80211/10_fix_wifi_mac
@@ -24,10 +24,6 @@ case "$board" in
[ "$PHYNBR" -eq 1 ] && \
echo $(k2t_get_mac "lan_mac") > /sys${DEVPATH}/macaddress
;;
- tplink,archer-c58-v1|\
- tplink,archer-c59-v1)
- echo $(macaddr_add $(mtd_get_mac_binary mac 8) $(($PHYNBR - 1)) ) > /sys${DEVPATH}/macaddress
- ;;
*)
;;
esac