From 329530c4a1d8276710da1db8a9400acd0c153042 Mon Sep 17 00:00:00 2001 From: HiGarfield <32226909+HiGarfield@users.noreply.github.com> Date: Sun, 21 Jun 2026 16:34:00 +0800 Subject: [PATCH] mt76x02: enable AP client BSSID matching --- mt76x02_mac.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mt76x02_mac.c b/mt76x02_mac.c index 0e73674..5162004 100644 --- a/mt76x02_mac.c +++ b/mt76x02_mac.c @@ -759,6 +759,8 @@ void mt76x02_mac_setaddr(struct mt76x02_dev *dev, const u8 *addr) for (i = 0; i < 16; i++) mt76x02_mac_set_bssid(dev, i, null_addr); + + mt76_set(dev, MT_MAC_APC_BSSID_H(0), MT_MAC_APC_BSSID0_H_EN); } EXPORT_SYMBOL_GPL(mt76x02_mac_setaddr);