mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 13:48:06 +00:00
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
@ -103,8 +103,10 @@
|
||||
|
||||
&pcie1 {
|
||||
wifi@0,0 {
|
||||
compatible = "mediatek,mt76";
|
||||
reg = <0x0 0 0 0 0>;
|
||||
mediatek,mtd-eeprom = <&factory 0x0>;
|
||||
mediatek,disable-radar-background;
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -86,6 +86,8 @@
|
||||
};
|
||||
|
||||
&wlan_5g {
|
||||
compatible = "mediatek,mt76";
|
||||
|
||||
mediatek,mtd-eeprom = <&factory 0x20000>;
|
||||
|
||||
nvmem-cells = <&macaddr_eeprom_6>;
|
||||
@ -106,6 +108,8 @@
|
||||
mac-address-increment = <1>;
|
||||
|
||||
ieee80211-freq-limit = <5000000 6000000>;
|
||||
|
||||
mediatek,disable-radar-background;
|
||||
};
|
||||
|
||||
&eeprom {
|
||||
|
Loading…
Reference in New Issue
Block a user