8 ath10kcal_from_file() {
13 dd if=$source of=/lib/firmware/$FIRMWARE bs=1 skip=$offset count=$count 2>/dev/null || \
14 ath10kcal_die "failed to extract calibration data from $source"
23 mtd=$(find_mtd_chardev $part)
25 ath10kcal_die "no mtd device found for partition $part"
27 dd if=$mtd of=/lib/firmware/$FIRMWARE bs=1 skip=$offset count=$count 2>/dev/null || \
28 ath10kcal_die "failed to extract calibration data from $mtd"
31 ath10kcal_patch_mac() {
34 [ -z "$mac" ] && return
36 macaddr_2bin $mac | dd of=/lib/firmware/$FIRMWARE conv=notrunc bs=1 seek=6 count=6
39 [ -e /lib/firmware/$FIRMWARE ] && exit 0
43 . /lib/functions/system.sh
45 board=$(ar71xx_board_name)
48 "ath10k/cal-pci-0000:00:00.0.bin")
51 ath10kcal_extract "art" 20480 2116
54 ath10kcal_extract "art" 20480 2116
55 ath10kcal_patch_mac $(macaddr_add $(cat /sys/class/net/eth1/address) -1)
58 ath10kcal_extract "art" 20480 2116
59 ath10kcal_patch_mac $(macaddr_add $(cat /sys/class/net/eth1/address) -2)
62 ath10kcal_extract "caldata" 20480 2116
63 ath10kcal_patch_mac $(macaddr_add $(cat /sys/class/net/eth1/address) +2)
66 ath10kcal_extract "radiocfg" 20480 2116
67 ath10kcal_patch_mac $(mtd_get_mac_ascii devdata wlan5mac)
71 ath10kcal_extract "caldata" 20480 2116
72 ath10kcal_patch_mac $(macaddr_add $(cat /sys/class/net/eth0/address) +1)
75 ath10kcal_extract "ART" 20480 2116
76 ath10kcal_patch_mac $(macaddr_add $(cat /sys/class/net/eth0/address) +16)
80 "ath10k/cal-pci-0000:01:00.0.bin")
84 ath10kcal_extract "art" 20480 2116
85 ath10kcal_patch_mac $(macaddr_add $(cat /sys/class/net/eth1/address) -2)
88 ath10kcal_extract "RFdata" 20480 2116
91 ath10kcal_from_file "/sys/firmware/routerboot/ext_wlan_data" 20480 2116