iwlwifi: mvm: keep track of tid associated with each queue
authorLiad Kaufman <liad.kaufman@intel.com>
Tue, 2 Feb 2016 13:43:32 +0000 (15:43 +0200)
committerLuca Coelho <luciano.coelho@intel.com>
Tue, 30 Aug 2016 11:16:35 +0000 (14:16 +0300)
commitedbe961cf44eed1d3b78f3b1eee0dad013ad927f
tree30679c784a644f89be661e79f335e11c7e4be22a
parent9f9af3d7d303a5f622ceb219bd03bba3af553e76
iwlwifi: mvm: keep track of tid associated with each queue

When sending the SCD_QUEUE_CONFIG command, the queue is
associated to a specific TID. If later there is a need to
use this TID on a different queue instead, it first needs to
be unassociated from the first queue.

Keep track for every queue what TID is associated with it.

Signed-off-by: Liad Kaufman <liad.kaufman@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/mvm.h
drivers/net/wireless/intel/iwlwifi/mvm/sta.c
drivers/net/wireless/intel/iwlwifi/mvm/utils.c