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)
commit822b7e0b633bbf3edc316791ca57a4cbaff93e6a
tree0033c0f685440c72ae8d070f9e934f8cd4e723a8
parenta87fd4b99ddf1dbc66e456f4fb201371586137b3
ath10k: move ath10k_vdev_stop() up before ath10k_vdev_start_restart()

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>
drivers/net/wireless/ath/ath10k/mac.c