Skip to content
Snippets Groups Projects
Commit 5b846af0 authored by nbd's avatar nbd
Browse files

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: default avatarL. D. Pinney <ldpinney@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46545 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent b8f84e73
No related branches found
No related tags found
No related merge requests found
......@@ -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>;
};
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment