Re: [PATCH] wifi: mt76: add missing lock protection in mt76_sta_state for sta_event callback
From: Ziyi Guo <hidden>
Date: 2026-01-31 02:05:12
Also in:
linux-mediatek, linux-wireless, lkml
From: Ziyi Guo <hidden>
Date: 2026-01-31 02:05:12
Also in:
linux-mediatek, linux-wireless, lkml
On Fri, Jan 30, 2026 at 8:37 PM Sean Wang [off-list ref] wrote:
The mt7921 / mt7925 .sta_event callback already holds the lock; this patch would cause a deadlock. Suggest adding the implementation to MT7915.
Thanks for the review, I'll add to MT7915, and send a v2 patch.