diff options
author | Nick Hainke <vincent@systemli.org> | 2022-12-15 09:44:55 +0100 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2022-12-15 15:08:09 +0100 |
commit | 4845b60525e158f72da56a7468dda9243820c5ea (patch) | |
tree | 17f5a64532b4dbd72a03f61b93fc654b233adca5 /target/linux/ath79/generic/base-files | |
parent | 21495c92dc176a4615e4ecb7a627fdcb31c3aec5 (diff) | |
download | upstream-4845b60525e158f72da56a7468dda9243820c5ea.tar.gz upstream-4845b60525e158f72da56a7468dda9243820c5ea.tar.bz2 upstream-4845b60525e158f72da56a7468dda9243820c5ea.zip |
ath79: convert boards based on senao_ap-dual.dtsi 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>
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 | 4 |
1 files changed, 0 insertions, 4 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 0001fa1590..9ded116e9d 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,13 +83,9 @@ case "$FIRMWARE" in ;; "ath9k-eeprom-pci-0000:00:00.0.bin") case $board in - engenius,eap600|\ - engenius,ecb600|\ mercury,mw4530r-v1|\ ocedo,raccoon|\ ubnt,unifi-ap-pro|\ - watchguard,ap100|\ - watchguard,ap200|\ winchannel,wb2000) caldata_extract "art" 0x5000 0x440 ;; |