From 2c33fd39a5b84962cfc878a3561a2a51787d4c11 Mon Sep 17 00:00:00 2001 From: Edward Chow Date: Tue, 22 Nov 2022 18:49:21 +0800 Subject: ath79: calibrate TP-LINK TL-WR2543ND with nvmem Driver for and pci wlan card now pull the calibration data from the nvmem subsystem. This allows us to move the userspace caldata extraction for the pci-e ath9k supported wifi into the device-tree definition of the device. The wifi mac address remains correct after these changes, because When both "mac-address" and "calibration" are defined, the effective mac address comes from the cell corresponding to "mac-address" and mac-address-increment. Test passed on my tplink tl-wr2543nd. Signed-off-by: Edward Chow --- .../ath79/generic/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom | 1 - 1 file changed, 1 deletion(-) (limited to 'target/linux/ath79/generic') 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 bddaf0bdf8..d6d5b257ff 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 @@ -121,7 +121,6 @@ case "$FIRMWARE" in netgear,wnr2200-8m|\ netgear,wnr2200-16m|\ pcs,cap324|\ - tplink,tl-wr2543-v1|\ tplink,tl-wr842n-v1) caldata_extract "art" 0x1000 0x1000 ;; -- cgit v1.2.3