diff options
author | John Crispin <john@openwrt.org> | 2013-01-28 17:43:25 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-01-28 17:43:25 +0000 |
commit | 3534757bb9d3cbf9ed0a92932b1130a172104d28 (patch) | |
tree | 2ce5e44656f33b2841bf49ca1c451dd833579c00 /target/linux/lantiq/image | |
parent | 5eb43d4cf8451c965f92d56cf717918098e03321 (diff) | |
download | upstream-3534757bb9d3cbf9ed0a92932b1130a172104d28.tar.gz upstream-3534757bb9d3cbf9ed0a92932b1130a172104d28.tar.bz2 upstream-3534757bb9d3cbf9ed0a92932b1130a172104d28.zip |
Add ath9k eeprom and pci fixup support
Add ath9k eeprom and pci fixup support (again) for linux 3.7.
On linux 3.3, the fixup forced the regdomain to 0x67, causing low TX power.
This patch only corrects checksum, the rest of the EEPROM isn't changed.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 35353
Diffstat (limited to 'target/linux/lantiq/image')
-rw-r--r-- | target/linux/lantiq/image/ARV7518PW.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/lantiq/image/ARV7518PW.dts b/target/linux/lantiq/image/ARV7518PW.dts index 532b00a664..cbebd70aa5 100644 --- a/target/linux/lantiq/image/ARV7518PW.dts +++ b/target/linux/lantiq/image/ARV7518PW.dts @@ -72,7 +72,9 @@ reg = <0 0x7f0400 0x800 0 0x7f0016 0x6>; ath,mac-increment = <1>; + ath,pci-slot = <14>; ath,eep-swap; + ath,eep-csum; }; }; |