diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-06-29 16:33:46 +0000 |
---|---|---|
committer | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-06-29 16:33:46 +0000 |
commit | e7d656fa7e70944fe9f78e3d16c4fe1b3d2eb372 (patch) | |
tree | 9140d43a5b9f742af2b4e9e3d52a764e963db9ed /target/linux/lantiq/dts/DGN3500.dtsi | |
parent | b3b71937104687912c0848b3a8b328ace766b831 (diff) |
lantiq: Add support for loading athxk eeproms through mtd
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 <daniel@gimpelevich.san-francisco.ca.us>
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37087 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/dts/DGN3500.dtsi')
-rw-r--r-- | target/linux/lantiq/dts/DGN3500.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
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; }; |