<div dir="ltr"><div class="gmail_quote"><div dir="ltr">On Wed, Sep 2, 2015 at 7:49 PM 郭传鈜 <<a href="mailto:gch981213@gmail.com">gch981213@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi!<br>
   I remember that there is no external PA on Miwifi Mini so this<br>
patch may be useless :-(</blockquote><div> </div><div>Thanks, are you completely certain about this information? I've been testing with this change for a few days now, and the signal levels are much better (roughly +15 in SNR). Also, someone on <a href="https://dev.openwrt.org/ticket/20369#comment:3">this ticket</a> has a similar experience. Finally, I've stumbled upon this change in @rssnsj's GitHub as well <span>(<a href="https://github.com/rssnsj/openwrt-xiaomi-mini/commit/121d32edd2293259430aae6d1d58115dc064bb29">this commit</a>).</span><br><div class="gmail_quote"></div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">BTW There is no external PA and external LNA<br>
support in current rt2x00 driver.<br></blockquote><div><br></div><div>I may not be reading things correctly, but I see lots of code to support PA and LNA in rt2x00 (e.g., rt2800lib.c). Do you mean that our RT5390 is lacking this support? Either way, wouldn't enabling it on the board (if present) improve things regardless?</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
2015-09-01 0:11 GMT+08:00 D. Andrei Măceș <<a href="mailto:dmaces@nd.edu" target="_blank">dmaces@nd.edu</a>>:<br>
> Attempt to boost the 2.4 GHz signal, currently very low.<br>
><br>
> Signed-off-by: D. Andrei Măceș <<a href="mailto:dmaces@nd.edu" target="_blank">dmaces@nd.edu</a>><br>
> ---<br>
>  target/linux/ramips/dts/MIWIFI-MINI.dts | 5 +++++<br>
>  1 file changed, 5 insertions(+)<br>
><br>
> diff --git a/target/linux/ramips/dts/MIWIFI-MINI.dts b/target/linux/ramips/dts/MIWIFI-MINI.dts<br>
> index fa9846c..dad99c3 100644<br>
> --- a/target/linux/ramips/dts/MIWIFI-MINI.dts<br>
> +++ b/target/linux/ramips/dts/MIWIFI-MINI.dts<br>
> @@ -113,6 +113,11 @@<br>
>                                 ralink,group = "i2c", "rgmii1";<br>
>                                 ralink,function = "gpio";<br>
>                         };<br>
> +<br>
> +                       pa {<br>
> +                               ralink,group = "pa";<br>
> +                               ralink,function = "pa";<br>
> +                       };<br>
>                 };<br>
>         };<br>
><br>
> --<br>
> 2.1.4<br>
> _______________________________________________<br>
> openwrt-devel mailing list<br>
> <a href="mailto:openwrt-devel@lists.openwrt.org" target="_blank">openwrt-devel@lists.openwrt.org</a><br>
> <a href="https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel" rel="noreferrer" target="_blank">https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel</a><br>
</blockquote></div></div>