Re: [PATCH 2/2 v2] mt7601u: run calibration works after finishing scanning

2018-04-16 Thread Jakub Kicinski
On Mon, 16 Apr 2018 13:56:18 +0200, Stanislaw Gruszka wrote: > When finishing scanning we switch to operational channel sill with > SCANNING flag. This mean that we never perform calibration works after > scanning. To fix the problem queue calibration works on > .sw_scan_complete() routine. > >

[PATCH 2/2 v2] mt7601u: run calibration works after finishing scanning

2018-04-16 Thread Stanislaw Gruszka
When finishing scanning we switch to operational channel sill with SCANNING flag. This mean that we never perform calibration works after scanning. To fix the problem queue calibration works on .sw_scan_complete() routine. Signed-off-by: Stanislaw Gruszka ---