commit | 56214749e0b46eeac6795551f187c0f9443918f2 | [log] [tgz] |
---|---|---|
author | Liad Kaufman <liad.kaufman@intel.com> | Thu Sep 22 15:14:08 2016 +0300 |
committer | Luca Coelho <luciano.coelho@intel.com> | Wed Oct 19 11:30:59 2016 +0300 |
tree | e5cf8a2a1f7672fd1571808a14142010a1ef59f8 | |
parent | 341ca402e42b3c4a8b34341a35f82ff9f7bf8664 [diff] |
iwlwifi: mvm: fix reserved txq freeing If a TXQ's marking as a reserved queue is removed, when removing the STA the driver might try to access out of bounds memory. Make sure the reserved queue is freed only if it is still reserved. Signed-off-by: Liad Kaufman <liad.kaufman@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com>