aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/nand/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom
diff options
context:
space:
mode:
authorGuillaume Lefebvre <guillaume@zelig.ch>2019-12-21 00:21:32 +0100
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-04-13 19:21:56 +0200
commitf5a9181d6e94044657df00d3531cf97f2e8d1d16 (patch)
tree8607b776eb8456f0bb27618cef128f00971b7958 /target/linux/ath79/nand/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom
parent97c5fb470997529bf01b730e349ea27641c2be51 (diff)
downloadupstream-f5a9181d6e94044657df00d3531cf97f2e8d1d16.tar.gz
upstream-f5a9181d6e94044657df00d3531cf97f2e8d1d16.tar.bz2
upstream-f5a9181d6e94044657df00d3531cf97f2e8d1d16.zip
ath79: fix wmac initialization for Zyxel NBG6716
2.4 GHz Wifi on ath79 is set up in 10-ath9k-eeprom, but in ar71xx it was done with ath79_register_wmac. Thus, the following errors are observed on the device: ath: phy1: Unable to initialize hardware; initialization status: -5 ath9k 18100000.wmac: failed to initialize device ath9k: probe of 18100000.wmac failed with error -5 This patch changes the ath79 support to properly use wmac as well. This will also require fixing the MAC address in a different way. Signed-off-by: Guillaume Lefebvre <guillaume@zelig.ch> [several adjustments to 10-fix-wifi-mac, use correct MAC address, rewrite commit message] Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ath79/nand/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom')
-rw-r--r--target/linux/ath79/nand/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom4
1 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/ath79/nand/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom b/target/linux/ath79/nand/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom
index d2f8bae1ca..f5fae46dfb 100644
--- a/target/linux/ath79/nand/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom
+++ b/target/linux/ath79/nand/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom
@@ -15,10 +15,6 @@ case "$FIRMWARE" in
netgear,wndr4500-v3)
caldata_extract "caldata" 0x1000 0x440
;;
- zyxel,nbg6716)
- caldata_extract "art" 0x1000 0x440
- ath9k_patch_mac $(mtd_get_mac_ascii u-boot-env ethaddr)
- ;;
*)
caldata_die "board $board is not supported yet"
;;