ath10k: move ath10k_vdev_stop() up before ath10k_vdev_start_restart()
authorVasanthakumar Thiagarajan <vthiagar@qti.qualcomm.com>
Mon, 2 Mar 2015 12:15:27 +0000 (17:45 +0530)
committerKalle Valo <kvalo@qca.qualcomm.com>
Sat, 7 Mar 2015 08:03:26 +0000 (10:03 +0200)
This patches does not modify any functionality. Just a code move
so that ath10k_vdev_stop() can be used in ath10k_vdev_start_restart()
for any failure cases which involves vdev_stop().

Signed-off-by: Vasanthakumar Thiagarajan <vthiagar@qti.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>

No differences found