Re: [OpenWrt-Devel] [PATCH] CC: ar71xx: Enable ath10k calibration data loading for EnGenius ESR1750 and EPG500.

2015-08-15 Thread Christian Beier
Am Tue,  4 Aug 2015 14:40:24 +0200
schrieb Christian Beier c...@shoutrlabs.com:

 Kinda-backport of r46415, though this patch uses the old-style
 calibration data loading.
 
 Signed-off-by: Christian Beier c...@shoutrlabs.com
 ---
  .../linux/ar71xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata
 | 4  1 file changed, 4 insertions(+)
 
 diff --git
 a/target/linux/ar71xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata
 b/target/linux/ar71xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata
 index c827e31..dd3f546 100644 ---
 a/target/linux/ar71xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata
 +++
 b/target/linux/ar71xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata
 @@ -39,6 +39,10 @@ case $FIRMWARE in dlan-pro-1200-ac)
 ath10kcal_from_file $(find_mtd_part art) 20480 $ath10kcal_tmp ;;
 + esr1750 | \
 + epg5000)
 + ath10kcal_from_file $(find_mtd_part caldata) 20480
 $ath10kcal_tmp
 + ;;
   esac
   ;;
  

Would be really nice to have this in CC as without, the boxxes are not
really up to par 5ghz wise...

Thanks,
-- 
Christian Beier, CTO.

W   shoutrlabs.com
E   c...@shoutrlabs.com
L   https://www.linkedin.com/in/christianbeier
P   +49 (0)30 12076581
T   https://twitter.com/shoutrlabs

what is, is; what is not is possible.

shoutr labs UG (haftungsbeschränkt), 
Wolfener Straße 32-34 Haus K, 12681 Berlin, DE
HRB 154532 B, AG Charlottenburg
Managing directors: Christian Beier, Benjamin Werner, Sebastian Winkler
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] [PATCH] CC: ar71xx: Enable ath10k calibration data loading for EnGenius ESR1750 and EPG500.

2015-08-04 Thread Christian Beier
Kinda-backport of r46415, though this patch uses the old-style calibration data 
loading.

Signed-off-by: Christian Beier c...@shoutrlabs.com
---
 .../linux/ar71xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata  | 4 
 1 file changed, 4 insertions(+)

diff --git 
a/target/linux/ar71xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata 
b/target/linux/ar71xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata
index c827e31..dd3f546 100644
--- a/target/linux/ar71xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata
+++ b/target/linux/ar71xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata
@@ -39,6 +39,10 @@ case $FIRMWARE in
dlan-pro-1200-ac)
ath10kcal_from_file $(find_mtd_part art) 20480 $ath10kcal_tmp
;;
+   esr1750 | \
+   epg5000)
+   ath10kcal_from_file $(find_mtd_part caldata) 20480 
$ath10kcal_tmp
+   ;;
esac
;;
 
-- 
2.1.4
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel