diff options
author | INAGAKI Hiroshi <musashino.open@gmail.com> | 2022-10-19 23:57:34 +0900 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-10-19 22:58:12 +0200 |
commit | 961d4230f4a5ebf79ff350d4ee4593a21f8bb4ec (patch) | |
tree | a0c4bac85ea1b9777c64f0277845c225e78e2aa0 /target/linux/ath79/generic/base-files | |
parent | 2e1ffc341276ed31e69af14a3d7f5c6d8e5f069c (diff) | |
download | upstream-961d4230f4a5ebf79ff350d4ee4593a21f8bb4ec.tar.gz upstream-961d4230f4a5ebf79ff350d4ee4593a21f8bb4ec.tar.bz2 upstream-961d4230f4a5ebf79ff350d4ee4593a21f8bb4ec.zip |
ath79: use NVMEM for wlan caldata on ELECOM devices
Use NVMEM "calibration" implementation for ath9k/ath10k(-ct) on ELECOM
WRC-300GHBK2-I and WRC-1750GHBK2-I/C instead of mtd-cal-data property
or user-space script.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
Diffstat (limited to 'target/linux/ath79/generic/base-files')
-rw-r--r-- | target/linux/ath79/generic/base-files/etc/hotplug.d/firmware/11-ath10k-caldata | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target/linux/ath79/generic/base-files/etc/hotplug.d/firmware/11-ath10k-caldata b/target/linux/ath79/generic/base-files/etc/hotplug.d/firmware/11-ath10k-caldata index 57e59a89d6..8783b137ca 100644 --- a/target/linux/ath79/generic/base-files/etc/hotplug.d/firmware/11-ath10k-caldata +++ b/target/linux/ath79/generic/base-files/etc/hotplug.d/firmware/11-ath10k-caldata @@ -74,9 +74,6 @@ case "$FIRMWARE" in caldata_extract "art" 0x5000 0x844 ath10k_patch_mac $(mtd_get_mac_ascii devdata "wlan5mac") ;; - elecom,wrc-1750ghbk2-i) - caldata_extract "art" 0x5000 0x844 - ;; engenius,ecb1200|\ engenius,ecb1750) caldata_extract "art" 0x5000 0x844 |