On Wed, 4 Aug 2021 at 18:11, M Chetan Kumar
[off-list ref] wrote:
Calling unregister_netdevice() inside wwan del link is trying to
acquire the held lock in ndo_stop_cb(). Instead, queue net dev to
be unregistered later.
Signed-off-by: M Chetan Kumar <redacted>