mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-03 12:52:22 +00:00
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> SVN-Revision: 46545
This commit is contained in:
parent
320aa30609
commit
ba05254353
@ -69,7 +69,7 @@
|
|||||||
mt76@0,0 {
|
mt76@0,0 {
|
||||||
reg = <0x0000 0 0 0 0>;
|
reg = <0x0000 0 0 0 0>;
|
||||||
device_type = "pci";
|
device_type = "pci";
|
||||||
mediatek,mtd-eeprom = <&factory 0x8000>;
|
mediatek,mtd-eeprom = <&factory 0x0000>;
|
||||||
mediatek,2ghz = <0>;
|
mediatek,2ghz = <0>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@ -78,7 +78,7 @@
|
|||||||
mt76@1,0 {
|
mt76@1,0 {
|
||||||
reg = <0x0000 0 0 0 0>;
|
reg = <0x0000 0 0 0 0>;
|
||||||
device_type = "pci";
|
device_type = "pci";
|
||||||
mediatek,mtd-eeprom = <&factory 0x0000>;
|
mediatek,mtd-eeprom = <&factory 0x8000>;
|
||||||
mediatek,5ghz = <0>;
|
mediatek,5ghz = <0>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user