Skip to content
Snippets Groups Projects
Commit 36f92196 authored by nbd's avatar nbd
Browse files

ramips: swap radio calibration data pointers for DIR-860L


Fixes low 5 GHz tx power issues

Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46497 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 338bab8a
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@
mt76@0,0 {
reg = <0x0000 0 0 0 0>;
device_type = "pci";
mediatek,mtd-eeprom = <&radio 0>;
mediatek,mtd-eeprom = <&radio 0x2000>;
mediatek,2ghz = <0>;
};
};
......@@ -80,7 +80,7 @@
mt76@1,0 {
reg = <0x0000 0 0 0 0>;
device_type = "pci";
mediatek,mtd-eeprom = <&radio 0x2000>;
mediatek,mtd-eeprom = <&radio 0>;
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