aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux
diff options
context:
space:
mode:
authorStanislaw Gruszka <[email protected]>2019-04-26 09:58:42 +0200
committerFelix Fietkau <[email protected]>2019-05-01 13:03:59 +0200
commit091a79fd429ceb0a07c6fd36bf03b45419cc54bd (patch)
tree6a7f706d9258a4fb28fe5452e3673ececa0322d0 /scripts/gdb/linux
parent39d501d93d25e4c78fdaf9e83ae00f295ab88a97 (diff)
mt76: mt76x02: remove bogus mutex usage
mac80211 .start(), .stop() callbacks are never called concurrently with other callbacks. The only concurencly is with mt76 works which we cancel on stop() and schedule on start(). This fixes possible deadlock on cancel_delayed_work_sync(&dev->mac_work) as mac_work also take mutex. Signed-off-by: Stanislaw Gruszka <[email protected]> Signed-off-by: Felix Fietkau <[email protected]>
Diffstat (limited to 'scripts/gdb/linux')
0 files changed, 0 insertions, 0 deletions