From bfc700722637bd49700b1cd369acf3a60dfd4cc1 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sat, 29 Jun 2013 16:33:46 +0000 Subject: lantiq: Add support for loading athxk eeproms through mtd MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch enables retrieving the wifi calibration data from an MTD partition. Try to copy mac address from ethernet before generating a random one. This fixes DGN3500 ath9k support. Signed-off-by: Daniel Gimpelevich Signed-off-by: Álvaro Fernández Rojas SVN-Revision: 37087 --- target/linux/lantiq/dts/DGN3500.dtsi | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/lantiq/dts') diff --git a/target/linux/lantiq/dts/DGN3500.dtsi b/target/linux/lantiq/dts/DGN3500.dtsi index b2fb269ce8..9233b108f5 100644 --- a/target/linux/lantiq/dts/DGN3500.dtsi +++ b/target/linux/lantiq/dts/DGN3500.dtsi @@ -116,6 +116,7 @@ compatible = "ath9k,eeprom"; ath,eep-flash = <&ath9k_cal 0xf000>; ath,pci-slot = <14>; + ath,eep-endian; ath,eep-swap; }; -- cgit v1.2.3