Skip to content

Commit

Permalink
ramips: disable unsupported background-radar
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
blocktrron committed May 28, 2022
1 parent 7191d64 commit 275a76e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions target/linux/ramips/dts/mt7621_tenbay_t-mb5eu-v01.dts
Expand Up @@ -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;
};
};

Expand Down
4 changes: 4 additions & 0 deletions target/linux/ramips/dts/mt7621_ubnt_unifi-6-lite.dts
Expand Up @@ -86,6 +86,8 @@
};

&wlan_5g {
compatible = "mediatek,mt76";

mediatek,mtd-eeprom = <&factory 0x20000>;

nvmem-cells = <&macaddr_eeprom_6>;
Expand All @@ -106,6 +108,8 @@
mac-address-increment = <1>;

ieee80211-freq-limit = <5000000 6000000>;

mediatek,disable-radar-background;
};

&eeprom {
Expand Down

0 comments on commit 275a76e

Please sign in to comment.