forked from Ivasoft/openwrt
ath79: Convert calibration data to nvmem
For D-link DIR-859 and DIR-869 Replace the mtd-cal-data by an nvmem-cell. Add the PCIe node for the ath10k radio to the devicetree. Thanks to DragonBlue for this patch Signed-off-by: Jan Forman <jforman@tuta.io>
This commit is contained in:
committed by
Hauke Mehrtens
parent
6ea910ab54
commit
2f4b6d0f89
@@ -30,7 +30,6 @@ case "$FIRMWARE" in
|
||||
dlink,dir-842-c1|\
|
||||
dlink,dir-842-c2|\
|
||||
dlink,dir-842-c3|\
|
||||
dlink,dir-859-a1|\
|
||||
nec,wf1200cr|\
|
||||
nec,wg1200cr|\
|
||||
wd,mynet-n600|\
|
||||
|
||||
@@ -68,10 +68,6 @@ case "$FIRMWARE" in
|
||||
caldata_extract "art" 0x5000 0x844
|
||||
ath10k_patch_mac $(macaddr_add $(mtd_get_mac_binary art 0x0) -1)
|
||||
;;
|
||||
dlink,dir-859-a1)
|
||||
caldata_extract "art" 0x5000 0x844
|
||||
ath10k_patch_mac $(mtd_get_mac_ascii devdata "wlan5mac")
|
||||
;;
|
||||
engenius,ecb1200|\
|
||||
engenius,ecb1750)
|
||||
caldata_extract "art" 0x5000 0x844
|
||||
|
||||
Reference in New Issue
Block a user