commit | f6eac740a9b6f3737a969bad82931633519a1cc5 | [log] [tgz] |
---|---|---|
author | Mordechai Goodstein <mordechay.goodstein@intel.com> | Sun Jun 11 18:00:36 2017 +0300 |
committer | Luca Coelho <luciano.coelho@intel.com> | Fri Jul 21 12:26:37 2017 +0300 |
tree | 206e267e308effe16cd623451f3a311cb107b0ea | |
parent | 0b0f934e92a8eaed2e6c48a50eae6f84661f74f3 [diff] |
iwlwifi: pcie: fix unused txq NULL pointer dereference Before TVQM, all TX queues were allocated straight at init. With TVQM, queues are allocated on demand and hence we need to check if a queue exists before dereferencing it. Fixes: 66128fa08806 ("iwlwifi: move to TVQM mode") Signed-off-by: Mordechai Goodstein <mordechay.goodstein@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com>