R6260 - Low TX Power

Thank you Borromini.

I used the DTS patch on the R6850 post as a starting point and adjusted the section to include the new location as shown below:


compatible = "netgear,r6260", "mediatek,mt7621-soc";
 	model = "Netgear R6260";
 };
+
+&wifi2 {
+		mediatek,mtd-eeprom = <&factory 0x0>;
+};
+
+&wifi5 {
+		mediatek,mtd-eeprom = <&factory 0x28000>;
+};

I built the image again, flashed it and unfortunately it’s still showing as 6dm maximum. Note that for this I started from scratch with a new copy of the image builder so the only patch I applied is this one with the change shown above. Not sure if that is correct.

I’m assuming the dmesg output is just running dmesg while logged into SSH on the router. Here’s a pastebin of it.

To make sure I’m applying the correct steps and in the right order, if you’re able to give a quick overview of the steps from fresh image builder to flash it might help. But I appreciate I have already taken a lot of your time.