]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitcf0f3b6222f074dc863f32effb546d9691b879ba
tree30679c784a644f89be661e79f335e11c7e4be22a
parent2a47a4ad0f8195e1dd9cdc11a2f95920bc226e7a
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