Commit eacf6110 authored by Felix Fietkau's avatar Felix Fietkau

mt76: mt7615: disable DBDC on MT7622

It is only supported on MT7615
Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
parent 8c90c225
......@@ -383,6 +383,9 @@ int mt7615_register_ext_phy(struct mt7615_dev *dev)
struct mt76_phy *mphy;
int ret;
if (!is_mt7615(&dev->mt76))
return -EOPNOTSUPP;
if (test_bit(MT76_STATE_RUNNING, &dev->mphy.state))
return -EINVAL;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment