diff options
author | Nick Hainke <vincent@systemli.org> | 2022-12-15 18:13:55 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-12-17 20:40:30 +0100 |
commit | f6ca84bf02a816fa66bc656f0f7d3c233207d65c (patch) | |
tree | 44a0d51f0fece78735a325a424afc7fdcacab913 /target/linux/ath79/generic/base-files | |
parent | 46077860c2be38164aa41f00790c2cd9384d4023 (diff) | |
download | upstream-f6ca84bf02a816fa66bc656f0f7d3c233207d65c.tar.gz upstream-f6ca84bf02a816fa66bc656f0f7d3c233207d65c.tar.bz2 upstream-f6ca84bf02a816fa66bc656f0f7d3c233207d65c.zip |
ath79: convert OpenMesh OM5P-AN 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.
Merge art into partition node.
Signed-off-by: Nick Hainke <vincent@systemli.org>
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 | 3 |
1 files changed, 0 insertions, 3 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 98d760fa42..aa76d1bc9f 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 @@ -112,9 +112,6 @@ case "$FIRMWARE" in tplink,tl-wr842n-v1) caldata_extract "art" 0x1000 0x1000 ;; - openmesh,om5p-an) - caldata_extract "ART" 0x5000 0x440 - ;; openmesh,om2p-v1) caldata_extract "ART" 0x1000 0x440 ;; |