[PATCH] wifi: mt76: mt7996: disable UNI_BSS_INFO_PROTECT_INFO for mt7996

Lorenzo Bianconi lorenzo at kernel.org
Wed Mar 25 00:58:40 PDT 2026


> There are known firmware issues with MT7996, so it is temporarily
> disabled. MT7992 and MT7990 are working normally.
> 
> Signed-off-by: Ryder Lee <ryder.lee at mediatek.com>
> ---
>  drivers/net/wireless/mediatek/mt76/mt7996/mcu.c | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/drivers/net/wireless/mediatek/mt76/mt7996/mcu.c b/drivers/net/wireless/mediatek/mt76/mt7996/mcu.c
> index 16420375112d..bdc40e94127c 100644
> --- a/drivers/net/wireless/mediatek/mt76/mt7996/mcu.c
> +++ b/drivers/net/wireless/mediatek/mt76/mt7996/mcu.c
> @@ -1281,6 +1281,9 @@ int mt7996_mcu_set_protection(struct mt7996_phy *phy, struct mt7996_vif_link *li
>  		PROT_NONGF_STA	 = BIT(7),
>  	};
>  
> +	if (is_mt7996(&dev->mt76))
> +		return 0;

Hi Ryder,

nit: can you please add a comment here describing why this is required? Thanks.

Regard,
Lorenzo

> +
>  	skb = __mt7996_mcu_alloc_bss_req(&dev->mt76, &link->mt76,
>  					 MT7996_BSS_UPDATE_MAX_SIZE);
>  	if (IS_ERR(skb))
> -- 
> 2.45.2
> 
> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-mediatek/attachments/20260325/f9dac513/attachment.sig>


More information about the Linux-mediatek mailing list