commit | 6862fcee2feb3c5334239377160d463aee3da932 | [log] [tgz] |
---|---|---|
author | Sara Sharon <sara.sharon@intel.com> | Wed Feb 22 19:34:17 2017 +0200 |
committer | Luca Coelho <luciano.coelho@intel.com> | Tue Apr 25 22:45:50 2017 +0300 |
tree | 00676f3a83eec33802171489732e21929c83097b | |
parent | e2af3fabedbfc84fcecc7337cd4f0f031a51fa63 [diff] |
iwlwifi: mvm: move internally to use bigger INVALID_TXQ We can't use IEEE80211_INVAL_HW_QUEUE to mark a queue as invalid since 255 will be a valid value for a TVQM queue index. Use IWL_MVM_INVALID_QUEUE instead for accessing txq_id. reserved_queue can stay a u8 since reserved_queue is not used when TVQM is enabled. Signed-off-by: Sara Sharon <sara.sharon@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com>