Home
last modified time | relevance | path

Searched hist:"8 c55516de3f9b76b9d9444e7890682ec2efc809f" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dpci_init.cdiff 8c55516de3f9b76b9d9444e7890682ec2efc809f Mon Nov 01 03:01:13 CET 2021 Peter Chiu <chui-hao.chiu@mediatek.com> mt76: mt7615: fix possible deadlock while mt7615_register_ext_phy()

ieee80211_register_hw() is called with rtnl_lock held, and this could be
caused lockdep from a work item that's on a workqueue that is flushed
with the rtnl held.

Move mt7615_register_ext_phy() outside the init_work().

Signed-off-by: Peter Chiu <chui-hao.chiu@mediatek.com>
Signed-off-by: Felix Fietkau <nbd@nbd.name>