iwlwifi: mvm: support txq tid owner change
authorLiad Kaufman <liad.kaufman@intel.com>
Tue, 8 Mar 2016 12:29:51 +0000 (14:29 +0200)
committerLuca Coelho <luciano.coelho@intel.com>
Tue, 30 Aug 2016 11:16:37 +0000 (14:16 +0300)
commit19aefa45941d2d1f6220f0b9768cdef907e15086
tree8aee0144534c9c0c14bcba83f6effbf8d5e4630e
parentf7c692deef19ea953e3f792cc1c148dfcc74ba17
iwlwifi: mvm: support txq tid owner change

Every active TXQ is assigned to a TID given through the
SCD_CONFIG_CMD, and acts as an identifier in the FW. However,
there may be cases this ownership needs to be changed.

For example, in the following scenario:
 1. TID x is owner of a queue
 2. Due to a shortage of queues, TID y and z share with x
 3. TID x becomes inactive and needs to be removed from the
    shared queue.
In this scenario, if another queue is freed and traffic on x
continues, we can't allocate it a new queue as long as it is
the owner of the first queue.

Support moving ownership of a TXQ to a different TID (same
STA) without stopping the queue.

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