4addr is not supported by the driver/firmware yet Signed-off-by: Lorenzo Bianconi <lorenzo@xxxxxxxxxx> --- drivers/net/wireless/mediatek/mt76/mt7615/init.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/wireless/mediatek/mt76/mt7615/init.c b/drivers/net/wireless/mediatek/mt76/mt7615/init.c index 47f23ac905a3..52182ab6d240 100644 --- a/drivers/net/wireless/mediatek/mt76/mt7615/init.c +++ b/drivers/net/wireless/mediatek/mt76/mt7615/init.c @@ -378,6 +378,7 @@ mt7615_init_wiphy(struct ieee80211_hw *hw) if (is_mt7663(&phy->dev->mt76)) { wiphy->iface_combinations = if_comb; wiphy->n_iface_combinations = ARRAY_SIZE(if_comb); + wiphy->flags &= ~WIPHY_FLAG_4ADDR_STATION; } else { wiphy->iface_combinations = if_comb_radar; wiphy->n_iface_combinations = ARRAY_SIZE(if_comb_radar); -- 2.31.1