commit | 85cd69b8f1f7e289fe931a82889e673fd0f04842 | [log] [tgz] |
---|---|---|
author | Luca Coelho <luciano.coelho@intel.com> | Wed Oct 05 11:24:12 2016 +0300 |
committer | Luca Coelho <luciano.coelho@intel.com> | Wed Oct 19 08:44:11 2016 +0300 |
tree | 59171b8c43cc4e67c795f9c3a007fd98a8f31f0c | |
parent | 276c4b4b74b6d5bc3cab35534409f3ad32464b78 [diff] |
iwlwifi: mvm: fix d3_test with unified D0/D3 images When a unified D0/D3 image is used, we don't restart the FW in the D0->D3->D0 transitions. Therefore, the d3_test functionality should not call ieee8021_restart_hw() when the resuming either. Fixes: commit 23ae61282b88 ("iwlwifi: mvm: Do not switch to D3 image on suspend") Signed-off-by: Luca Coelho <luciano.coelho@intel.com>