mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Update 11-ath10k-caldata
This commit is contained in:
parent
23c2ecc3cb
commit
c9b61c8047
1 changed files with 7 additions and 7 deletions
|
@ -60,7 +60,7 @@ case "$FIRMWARE" in
|
||||||
glinet,gl-s1300 |\
|
glinet,gl-s1300 |\
|
||||||
linksys,ea6350v3 |\
|
linksys,ea6350v3 |\
|
||||||
mobipromo,cm520-79f |\
|
mobipromo,cm520-79f |\
|
||||||
p2w,r619ac-64m |\
|
p2w,r619ac-64m |\
|
||||||
p2w,r619ac-128m |\
|
p2w,r619ac-128m |\
|
||||||
qcom,ap-dk01.1-c1)
|
qcom,ap-dk01.1-c1)
|
||||||
caldata_extract "ART" 0x1000 0x2f20
|
caldata_extract "ART" 0x1000 0x2f20
|
||||||
|
@ -137,7 +137,7 @@ case "$FIRMWARE" in
|
||||||
caldata_extract "ART" 0x1000 0x2f20
|
caldata_extract "ART" 0x1000 0x2f20
|
||||||
ath10k_patch_mac $(macaddr_add "$(cat /sys/class/net/eth0/address)" 2)
|
ath10k_patch_mac $(macaddr_add "$(cat /sys/class/net/eth0/address)" 2)
|
||||||
;;
|
;;
|
||||||
pangu,l1000)
|
pangu,l1000)
|
||||||
caldata_extract "ART" 0x1000 0x2f20
|
caldata_extract "ART" 0x1000 0x2f20
|
||||||
ath10k_patch_mac $(macaddr_add "$(cat /sys/class/net/eth0/address)" 2)
|
ath10k_patch_mac $(macaddr_add "$(cat /sys/class/net/eth0/address)" 2)
|
||||||
;;
|
;;
|
||||||
|
@ -170,7 +170,7 @@ case "$FIRMWARE" in
|
||||||
glinet,gl-s1300 |\
|
glinet,gl-s1300 |\
|
||||||
linksys,ea6350v3 |\
|
linksys,ea6350v3 |\
|
||||||
mobipromo,cm520-79f |\
|
mobipromo,cm520-79f |\
|
||||||
p2w,r619ac-64m |\
|
p2w,r619ac-64m |\
|
||||||
p2w,r619ac-128m |\
|
p2w,r619ac-128m |\
|
||||||
qcom,ap-dk01.1-c1)
|
qcom,ap-dk01.1-c1)
|
||||||
caldata_extract "ART" 0x5000 0x2f20
|
caldata_extract "ART" 0x5000 0x2f20
|
||||||
|
@ -247,15 +247,15 @@ case "$FIRMWARE" in
|
||||||
caldata_extract "ART" 0x5000 0x2f20
|
caldata_extract "ART" 0x5000 0x2f20
|
||||||
ath10k_patch_mac $(macaddr_add "$(cat /sys/class/net/eth0/address)" 3)
|
ath10k_patch_mac $(macaddr_add "$(cat /sys/class/net/eth0/address)" 3)
|
||||||
;;
|
;;
|
||||||
pangu,l1000)
|
|
||||||
caldata_extract "ART" 0x5000 0x2f20
|
|
||||||
ath10k_patch_mac $(macaddr_add "$(cat /sys/class/net/eth0/address)" 3)
|
|
||||||
;;
|
|
||||||
meraki,mr33)
|
meraki,mr33)
|
||||||
caldata_extract_ubi "ART" 0x5000 0x2f20
|
caldata_extract_ubi "ART" 0x5000 0x2f20
|
||||||
caldata_valid "202f" || caldata_extract "ART" 0x5000 0x2f20
|
caldata_valid "202f" || caldata_extract "ART" 0x5000 0x2f20
|
||||||
ath10k_patch_mac $(macaddr_add $(get_mac_binary "/sys/bus/i2c/devices/0-0050/eeprom" 0x66) +3)
|
ath10k_patch_mac $(macaddr_add $(get_mac_binary "/sys/bus/i2c/devices/0-0050/eeprom" 0x66) +3)
|
||||||
;;
|
;;
|
||||||
|
pangu,l1000)
|
||||||
|
caldata_extract "ART" 0x5000 0x2f20
|
||||||
|
ath10k_patch_mac $(macaddr_add "$(cat /sys/class/net/eth0/address)" 3)
|
||||||
|
;;
|
||||||
netgear,ex6100v2 |\
|
netgear,ex6100v2 |\
|
||||||
netgear,ex6150v2)
|
netgear,ex6150v2)
|
||||||
caldata_extract "ART" 0x5000 0x2f20
|
caldata_extract "ART" 0x5000 0x2f20
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue