Re: [PATCH 1/6] iwlwifi: mvm: don't restart HW if suspend fails with unified image

2017-01-13 Thread Coelho, Luciano
On Fri, 2017-01-13 at 16:13 +0200, Kalle Valo wrote: > Luca Coelho writes: > > > From: Luca Coelho > > > > For unified images, we shouldn't restart the HW if suspend fails. The > > only reason for restarting the HW with non-unified images is to go > >

Re: [PATCH 1/6] iwlwifi: mvm: don't restart HW if suspend fails with unified image

2017-01-13 Thread Kalle Valo
Luca Coelho writes: > From: Luca Coelho > > For unified images, we shouldn't restart the HW if suspend fails. The > only reason for restarting the HW with non-unified images is to go > back to the D0 image. > > Fixes: commit 23ae61282b88 ("iwlwifi:

[PATCH 1/6] iwlwifi: mvm: don't restart HW if suspend fails with unified image

2017-01-13 Thread Luca Coelho
From: Luca Coelho For unified images, we shouldn't restart the HW if suspend fails. The only reason for restarting the HW with non-unified images is to go back to the D0 image. Fixes: commit 23ae61282b88 ("iwlwifi: mvm: Do not switch to D3 image on suspend")