commit | c72c37b7f392ad7edc10b6092fa48c632ba6f4ed | [log] [tgz] |
---|---|---|
author | Haim Dreyfuss <haim.dreyfuss@intel.com> | Thu Mar 16 17:26:03 2017 +0200 |
committer | Luca Coelho <luciano.coelho@intel.com> | Mon Jun 05 21:46:10 2017 +0300 |
tree | 58223ca7b8cc72acbd1afc0d4af577aff02f4677 | |
parent | ea42d1cbe3f067fb714c3ec3e1792fa273b99561 [diff] |
iwlwifi: mvm: Fix command queue number on d0i3 flow During d0i3 flow we flush all the queue except from the command queue. Currently, in this flow the command queue is hard coded to 9. In DQA the command queue number has changed from 9 to 0. Fix that. This fixes a problem in runtime PM resume flow. Fixes: 097129c9e625 ("iwlwifi: mvm: move cmd queue to be #0 in dqa mode") Signed-off-by: Haim Dreyfuss <haim.dreyfuss@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com>