mt76: drop rcu read lock in mt76_rx_aggr_stop
authorFelix Fietkau <nbd@nbd.name>
Mon, 7 Oct 2019 13:30:18 +0000 (15:30 +0200)
committerFelix Fietkau <nbd@nbd.name>
Wed, 20 Nov 2019 12:23:50 +0000 (13:23 +0100)
commitfb7d95c6ee4f71ba131c9b3c65d658369ffd1128
tree008a6291b79cc55c0fc82785f58dbe6bc7eb485c
parent1a817fa73c3b27a593aadf0029de24db1bbc1a3e
mt76: drop rcu read lock in mt76_rx_aggr_stop

A rcu read locked section is not allowed to sleep, and the rcu lock here
isn't actually necessary, because we're holding dev->mutex.
Fixes an issue when the tid work item is still running while freeing
a station or stopping the aggregation session

Signed-off-by: Felix Fietkau <nbd@nbd.name>
drivers/net/wireless/mediatek/mt76/agg-rx.c