[openwrt/openwrt] mediatek: filogic: openwrt,one: remove unneeded caldata extraction

LEDE Commits lede-commits at lists.infradead.org
Thu Jul 4 20:27:14 PDT 2024


dangole pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/680944ce8849b068791538eb25c0e8e99a7ad685

commit 680944ce8849b068791538eb25c0e8e99a7ad685
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Fri Jul 5 03:50:52 2024 +0100

    mediatek: filogic: openwrt,one: remove unneeded caldata extraction
    
    WiFi calibration data is already obtained via in-kernel NVMEM framework.
    There is no need to also do so in userspace.
    
    Fixes: dd58ad968a ("mediatek/filogic: add OpenWrt One support")
    Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
 .../mediatek/filogic/base-files/etc/hotplug.d/firmware/11-mt76-caldata | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/target/linux/mediatek/filogic/base-files/etc/hotplug.d/firmware/11-mt76-caldata b/target/linux/mediatek/filogic/base-files/etc/hotplug.d/firmware/11-mt76-caldata
index c6d9916b52..920a16d05d 100644
--- a/target/linux/mediatek/filogic/base-files/etc/hotplug.d/firmware/11-mt76-caldata
+++ b/target/linux/mediatek/filogic/base-files/etc/hotplug.d/firmware/11-mt76-caldata
@@ -31,9 +31,6 @@ case "$FIRMWARE" in
 			;;
 		esac
 		;;
-	openwrt,one)
-		caldata_extract "factory" 0x0 0x1000
-		;;
 	ubnt,unifi-6-plus)
 		caldata_extract_mmc "factory" 0x0 0x1000
 		;;




More information about the lede-commits mailing list