Re: [PATCH v2] mt76x2: init: disable all pending tasklets during device removal

2018-01-23 Thread Felix Fietkau
On 2018-01-23 10:03, Lorenzo Bianconi wrote: > There is a possible race in mt76x2_stop_hardware() since pre_tbtt and > dfs tasklets could run during driver cleanup. Fix it disabling all > pending tasklets during device removal > > Signed-off-by: Lorenzo Bianconi

[PATCH v2] mt76x2: init: disable all pending tasklets during device removal

2018-01-23 Thread Lorenzo Bianconi
There is a possible race in mt76x2_stop_hardware() since pre_tbtt and dfs tasklets could run during driver cleanup. Fix it disabling all pending tasklets during device removal Signed-off-by: Lorenzo Bianconi --- Changes since v1: - add proper commit message - squash