diff options
author | Nick Hainke <vincent@systemli.org> | 2022-12-15 09:54:57 +0100 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2022-12-15 15:45:47 +0100 |
commit | f63cf33aa74ca33d944f11fdb15b162ee2cd704d (patch) | |
tree | e8a3e67a81f006933f418bd99307098e763b6d48 /target/linux/ath79/generic/base-files | |
parent | 783936c1f739b506cdd0f38376ac1fca96f0a418 (diff) | |
download | upstream-f63cf33aa74ca33d944f11fdb15b162ee2cd704d.tar.gz upstream-f63cf33aa74ca33d944f11fdb15b162ee2cd704d.tar.bz2 upstream-f63cf33aa74ca33d944f11fdb15b162ee2cd704d.zip |
ath79: convert OCEDO Raccoon WiFis to nvmem-cells
Pull the calibration data from the nvmem subsystem. This allows us to
move userspace caldata extraction into the device-tree definition.
Signed-off-by: Nick Hainke <vincent@systemli.org>
(merged art into partition node, removed stale uboot label)
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'target/linux/ath79/generic/base-files')
-rw-r--r-- | target/linux/ath79/generic/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/ath79/generic/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom b/target/linux/ath79/generic/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom index 78d6f03876..825e4ff99c 100644 --- a/target/linux/ath79/generic/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom +++ b/target/linux/ath79/generic/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom @@ -83,7 +83,6 @@ case "$FIRMWARE" in ;; "ath9k-eeprom-pci-0000:00:00.0.bin") case $board in - ocedo,raccoon|\ ubnt,unifi-ap-pro|\ winchannel,wb2000) caldata_extract "art" 0x5000 0x440 |