1. 03 2月, 2017 7 次提交
  2. 31 1月, 2017 1 次提交
  3. 26 1月, 2017 21 次提交
  4. 24 1月, 2017 4 次提交
  5. 16 12月, 2016 2 次提交
  6. 15 12月, 2016 1 次提交
  7. 04 12月, 2016 1 次提交
  8. 26 10月, 2016 2 次提交
  9. 19 10月, 2016 1 次提交
    • S
      iwlwifi: mvm: assign cab queue to the correct station · 8236f7db
      Sara Sharon 提交于
      Currently when configuring the cab queue the scheduler is configured
      without station id - which results in station id 0.
      In DQA mode this causes firmware to assert later on when the actual
      station 0 is added with an empty tfd_queue_mask.
      Fix that by configuring the queue to the broadcast station.
      This is a bit trickier since the queue should not be included in the
      tfd_queue_mask of the ADD_STA since it is a multicast queue, and the
      tfd_queue_mask is only unicast queue. As a result the queue should be
      enabled only after the broadcast station is added.
      Signed-off-by: NSara Sharon <sara.sharon@intel.com>
      Signed-off-by: NLuca Coelho <luciano.coelho@intel.com>
      8236f7db