diff options
author | Shiji Yang <yangshiji66@qq.com> | 2022-11-29 18:13:19 +0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-12-06 23:11:23 +0100 |
commit | 58088ff457afff5fcfa4b32f00c44593f4b7b2c1 (patch) | |
tree | b4027b7e88da2edbccc673119af3b93e64ac58c9 /target/linux/ath79/nand | |
parent | f72be4524d2c74a34eaea67edb45fbe745b48bba (diff) | |
download | upstream-58088ff457afff5fcfa4b32f00c44593f4b7b2c1.tar.gz upstream-58088ff457afff5fcfa4b32f00c44593f4b7b2c1.tar.bz2 upstream-58088ff457afff5fcfa4b32f00c44593f4b7b2c1.zip |
ath79: convert Netgear R6100 radio calibration to nvmem-cells
use nvmem-cells implementation to avoid copying art calibration data
to rootfs.
Tested on Netgear R6100
Signed-off-by: Shiji Yang <yangshiji66@qq.com>
Diffstat (limited to 'target/linux/ath79/nand')
-rw-r--r-- | target/linux/ath79/nand/base-files/etc/hotplug.d/firmware/11-ath10k-caldata | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target/linux/ath79/nand/base-files/etc/hotplug.d/firmware/11-ath10k-caldata b/target/linux/ath79/nand/base-files/etc/hotplug.d/firmware/11-ath10k-caldata index e5c26d6bb5..d26625981e 100644 --- a/target/linux/ath79/nand/base-files/etc/hotplug.d/firmware/11-ath10k-caldata +++ b/target/linux/ath79/nand/base-files/etc/hotplug.d/firmware/11-ath10k-caldata @@ -18,9 +18,6 @@ case "$FIRMWARE" in caldata_extract "art" 0x5000 0x844 ath10k_patch_mac $(macaddr_add $(mtd_get_mac_binary art 0x0) 1) ;; - netgear,r6100) - caldata_extract "caldata" 0x5000 0x844 - ;; zyxel,emg2926-q10a|\ zyxel,nbg6716) caldata_extract "art" 0x5000 0x844 |