1. 19 10月, 2016 1 次提交
  2. 27 9月, 2016 4 次提交
  3. 23 9月, 2016 4 次提交
  4. 19 9月, 2016 18 次提交
  5. 16 9月, 2016 12 次提交
  6. 30 8月, 2016 1 次提交
    • L
      iwlwifi: mvm: support txq tid owner change · 19aefa45
      Liad Kaufman 提交于
      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: NLiad Kaufman <liad.kaufman@intel.com>
      Signed-off-by: NLuca Coelho <luciano.coelho@intel.com>
      19aefa45