diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-08-02 15:08:27 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-08-02 15:08:27 +0000 |
commit | f732c67f8e0dbd67e4016e47facd7217be01d6d3 (patch) | |
tree | b63dfcf69c8ce8e83d78cdddc2fd3fbe888a1161 /target/linux | |
parent | 650b29b4f95e34b01a0f569a546b8d0eae8d9e73 (diff) | |
download | upstream-f732c67f8e0dbd67e4016e47facd7217be01d6d3.tar.gz upstream-f732c67f8e0dbd67e4016e47facd7217be01d6d3.tar.bz2 upstream-f732c67f8e0dbd67e4016e47facd7217be01d6d3.zip |
ramips: Fix Ticket #20153 swap radio calibration data pointers on the RE6500
This patch fixes weak radio signal reported by nikola.georgiev
Signed-off-by: L. D. Pinney <ldpinney@gmail.com>
Backport of r46545
git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@46546 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ramips/dts/RE6500.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/dts/RE6500.dts b/target/linux/ramips/dts/RE6500.dts index 0c3399458a..36d6218b2e 100644 --- a/target/linux/ramips/dts/RE6500.dts +++ b/target/linux/ramips/dts/RE6500.dts @@ -69,7 +69,7 @@ mt76@0,0 { reg = <0x0000 0 0 0 0>; device_type = "pci"; - mediatek,mtd-eeprom = <&factory 0x8000>; + mediatek,mtd-eeprom = <&factory 0x0000>; mediatek,2ghz = <0>; }; }; @@ -78,7 +78,7 @@ mt76@1,0 { reg = <0x0000 0 0 0 0>; device_type = "pci"; - mediatek,mtd-eeprom = <&factory 0x0000>; + mediatek,mtd-eeprom = <&factory 0x8000>; mediatek,5ghz = <0>; }; }; |