ramips: disable unsupported background-radar
The UniFi 6 Lite as well as the Tenbay T-MB5EU do not have the third background-radar chain. For the Tenbay, the connector is present, however no antenna is connected to it. Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
parent
7191d64d5d
commit
275a76e59a
2 changed files with 6 additions and 0 deletions
|
@ -103,8 +103,10 @@
|
||||||
|
|
||||||
&pcie1 {
|
&pcie1 {
|
||||||
wifi@0,0 {
|
wifi@0,0 {
|
||||||
|
compatible = "mediatek,mt76";
|
||||||
reg = <0x0 0 0 0 0>;
|
reg = <0x0 0 0 0 0>;
|
||||||
mediatek,mtd-eeprom = <&factory 0x0>;
|
mediatek,mtd-eeprom = <&factory 0x0>;
|
||||||
|
mediatek,disable-radar-background;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -86,6 +86,8 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
&wlan_5g {
|
&wlan_5g {
|
||||||
|
compatible = "mediatek,mt76";
|
||||||
|
|
||||||
mediatek,mtd-eeprom = <&factory 0x20000>;
|
mediatek,mtd-eeprom = <&factory 0x20000>;
|
||||||
|
|
||||||
nvmem-cells = <&macaddr_eeprom_6>;
|
nvmem-cells = <&macaddr_eeprom_6>;
|
||||||
|
@ -106,6 +108,8 @@
|
||||||
mac-address-increment = <1>;
|
mac-address-increment = <1>;
|
||||||
|
|
||||||
ieee80211-freq-limit = <5000000 6000000>;
|
ieee80211-freq-limit = <5000000 6000000>;
|
||||||
|
|
||||||
|
mediatek,disable-radar-background;
|
||||||
};
|
};
|
||||||
|
|
||||||
&eeprom {
|
&eeprom {
|
||||||
|
|
Loading…
Reference in a new issue