[openwrt/openwrt] ramips: disable 2 GHz band for Belkin F9K1109 V1
LEDE Commits
lede-commits at lists.infradead.org
Sun Sep 22 10:16:55 PDT 2024
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/4069233936f52977076ea7a8e8d712c41e6b2ee3
commit 4069233936f52977076ea7a8e8d712c41e6b2ee3
Author: Shiji Yang <yangshiji66 at qq.com>
AuthorDate: Tue Aug 6 20:23:36 2024 +0800
ramips: disable 2 GHz band for Belkin F9K1109 V1
2 GHz WiFi doesn't work on the wmac of this device.
Signed-off-by: Shiji Yang <yangshiji66 at qq.com>
Link: https://github.com/openwrt/openwrt/pull/16318
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
target/linux/ramips/dts/rt3883_belkin_f9k110x.dtsi | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/ramips/dts/rt3883_belkin_f9k110x.dtsi b/target/linux/ramips/dts/rt3883_belkin_f9k110x.dtsi
index 4d60bb3c05..a0a9f63f7b 100644
--- a/target/linux/ramips/dts/rt3883_belkin_f9k110x.dtsi
+++ b/target/linux/ramips/dts/rt3883_belkin_f9k110x.dtsi
@@ -93,6 +93,7 @@
&wmac {
nvmem-cells = <&eeprom_factory_0>;
nvmem-cell-names = "eeprom";
+ ralink,2ghz = <0>;
};
&pci {
More information about the lede-commits
mailing list