forked from Ivasoft/openwrt
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>
This commit is contained in:
committed by
Hauke Mehrtens
parent
f72be4524d
commit
58088ff457
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user