diff mbox

[OpenWrt-Devel] ramips: Fix Ticket #20153 swap radio calibration data pointers on the RE6500

Message ID 1438162407-10674-1-git-send-email-ldpinney@gmail.com
State Accepted
Headers show

Commit Message

L. D. Pinney July 29, 2015, 9:33 a.m. UTC
This patch fixes weak radio signal reported by nikola.georgiev

Signed-off-by: L. D. Pinney <ldpinney@gmail.com>
---
Patch applies to CC as well.

 target/linux/ramips/dts/RE6500.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Michael Bastian Aug. 2, 2015, 11:15 a.m. UTC | #1
I applied this patch against CC r46531 and the signal levels on both bands are now fine.
A bit lower than on my Archer C7(CC RC2) but that was to be expected.

> "L. D. Pinney" <ldpinney@gmail.com> hat am 29. Juli 2015 um 11:33 geschrieben:
> 
> 
> This patch fixes weak radio signal reported by nikola.georgiev
> 
> Signed-off-by: L. D. Pinney <ldpinney@gmail.com>
> ---
> Patch applies to CC as well.
> 
>  target/linux/ramips/dts/RE6500.dts | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/target/linux/ramips/dts/RE6500.dts b/target/linux/ramips/dts/RE6500.dts
> index 0c33994..36d6218 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>;
>  			};
>  		};
> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel@lists.openwrt.org
> https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
diff mbox

Patch

diff --git a/target/linux/ramips/dts/RE6500.dts b/target/linux/ramips/dts/RE6500.dts
index 0c33994..36d6218 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>;
 			};
 		};