diff options
| author | Daniel Golle | 2024-07-05 02:50:52 +0000 |
|---|---|---|
| committer | Daniel Golle | 2024-07-05 02:52:48 +0000 |
| commit | 680944ce8849b068791538eb25c0e8e99a7ad685 (patch) | |
| tree | ff458301e9ddfd2dee31f6d35ab8e2bac08d59c3 | |
| parent | 05eb6d0ad2e74a258c0bf4a81eaa6ff6a820adf6 (diff) | |
| download | openwrt-680944ce8849b068791538eb25c0e8e99a7ad685.tar.gz | |
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@makrotopia.org>
| -rw-r--r-- | target/linux/mediatek/filogic/base-files/etc/hotplug.d/firmware/11-mt76-caldata | 3 |
1 files changed, 0 insertions, 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 ;; |