mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-22 04:18:10 +00:00
ath79: enable LNA for all ar9344 TPLink CPE devices
The TPLink CPE devices CPE210/CPE510 based on ar9344 have a build-in Low Noise Amplifier on both of the 2x2 mimo rx chains. This patch activates those two LNAs in the respective receiving chains and hence improves the RX sensitivity by about 20dB. Tested on CPE510 v2 & v3. Signed-off-by: Thomas Huehn <thomas.huehn@hs-nordhausen.de> Acked-by: Robert Marko <robimarko@gmail.com> Signed-off-by: maurerr <mariusd84@gmail.com>
This commit is contained in:
parent
1a9ea9267c
commit
ef665de460
@ -114,3 +114,19 @@
|
||||
ð1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&gpio {
|
||||
gpio_ext_lna0 {
|
||||
gpio-hog;
|
||||
gpios = <18 GPIO_ACTIVE_HIGH>;
|
||||
output-high;
|
||||
line-name = "tp-link:ext:lna0";
|
||||
};
|
||||
|
||||
gpio_ext_lna1 {
|
||||
gpio-hog;
|
||||
gpios = <19 GPIO_ACTIVE_HIGH>;
|
||||
output-high;
|
||||
line-name = "tp-link:ext:lna1";
|
||||
};
|
||||
};
|
||||
|
@ -44,22 +44,6 @@
|
||||
};
|
||||
};
|
||||
|
||||
&gpio {
|
||||
gpio_ext_lna0 {
|
||||
gpio-hog;
|
||||
gpios = <18 0>;
|
||||
output-high;
|
||||
line-name = "tp-link:ext:lna0";
|
||||
};
|
||||
|
||||
gpio_ext_lna1 {
|
||||
gpio-hog;
|
||||
gpios = <19 0>;
|
||||
output-high;
|
||||
line-name = "tp-link:ext:lna1";
|
||||
};
|
||||
};
|
||||
|
||||
ð1 {
|
||||
mtd-mac-address = <&info 0x8>;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user