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@qq.com> Link: https://github.com/openwrt/openwrt/pull/16318 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
4a5da15b3d
commit
4069233936
1 changed files with 1 additions and 0 deletions
|
@ -93,6 +93,7 @@
|
||||||
&wmac {
|
&wmac {
|
||||||
nvmem-cells = <&eeprom_factory_0>;
|
nvmem-cells = <&eeprom_factory_0>;
|
||||||
nvmem-cell-names = "eeprom";
|
nvmem-cell-names = "eeprom";
|
||||||
|
ralink,2ghz = <0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&pci {
|
&pci {
|
||||||
|
|
Loading…
Reference in a new issue