Author: nbd Date: 2015-08-02 17:08:14 +0200 (Sun, 02 Aug 2015) New Revision: 46545
Modified: trunk/target/linux/ramips/dts/RE6500.dts Log: 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 <[email protected]> Modified: trunk/target/linux/ramips/dts/RE6500.dts =================================================================== --- trunk/target/linux/ramips/dts/RE6500.dts 2015-08-02 15:06:54 UTC (rev 46544) +++ trunk/target/linux/ramips/dts/RE6500.dts 2015-08-02 15:08:14 UTC (rev 46545) @@ -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-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
