1. 11 4月, 2017 2 次提交
    • S
      iwlwifi: mvm: add multicast station · 26d6c16b
      Sara Sharon 提交于
      Currently multicast queue is associated with the broadcast
      station.
      
      This raises quite a few issues:
      
      The multicast queue has a special treatment:
      - It is sent in the MAC context command
      - It is excluded from tfd_queue_mask
      
      In DQA mode we end up enabling two queues - the probe response
      queue and the multicast queue - with the same station (broadcast)
      and TID while in DQA mode it should be unique RA-TID.
      Firmware will enforce it for a000 devices, so this allocation
      will fail.
      
      In addition, in a000 devices the FW will set the FIFO and not
      the driver. So there is a need for FW to know when we enable
      the queue that it is multicast queue so it will be bound to
      the multicast FIFO. There is no such way in current design.
      
      In order to simplify driver and firmware handling of this queue
      create a multicast station.
      This solves the unique RA-TID issue in the short term and serves
      as preparation for the long term.
      
      In the long term we will also add a flag marking this station for
      the FW as the multicast station.
      Once we will do that the FW will know this is the multicast queue
      immediately when it is added and bind it to the correct FIFO.
      It will also enable removing the special treatment of the
      queue in the MAC context command.
      Signed-off-by: NSara Sharon <sara.sharon@intel.com>
      Signed-off-by: NLuca Coelho <luciano.coelho@intel.com>
      26d6c16b
    • S
      iwlwifi: mvm: support new binding API · 9415af7f
      Sara Sharon 提交于
      For a000 devices the binding API needs to include relevant
      lmac ID - support the new API.
      The new API should be used regardless if the device had CDB or
      not. If there is no actual CDB support the binding is bound
      to first lmac regardless of the band.
      There are some functionality changes in binding restrictions
      and quota allocations that will be handled in future patches.
      Signed-off-by: NSara Sharon <sara.sharon@intel.com>
      Signed-off-by: NLuca Coelho <luciano.coelho@intel.com>
      9415af7f
  2. 03 2月, 2017 3 次提交
  3. 26 1月, 2017 1 次提交
  4. 26 10月, 2016 1 次提交
    • L
      iwlwifi: mvm: enable dynamic queue allocation mode · 7948b873
      Liad Kaufman 提交于
      New firmwares support dynamic queue allocation (DQA), which enables
      on-demand allocation of queues per RA/TID, instead of allocating them
      statically per vif.  This allows an AP to send, for instance, BE
      traffic to STA2 even if it also needs to send traffic to a sleeping
      STA1, without being blocked by the sleeping station.
      
      The implementation in the driver is now ready, so we can enable this
      feature by default when running firmwares that support it.
      Signed-off-by: NLiad Kaufman <liad.kaufman@intel.com>
      [reworded the commit message]
      Signed-off-by: NLuca Coelho <luciano.coelho@intel.com>
      7948b873
  5. 19 10月, 2016 2 次提交
  6. 27 9月, 2016 1 次提交
  7. 19 9月, 2016 2 次提交
  8. 16 9月, 2016 1 次提交
  9. 30 8月, 2016 5 次提交
  10. 06 7月, 2016 6 次提交
  11. 01 7月, 2016 4 次提交
  12. 11 5月, 2016 10 次提交
  13. 12 4月, 2016 1 次提交
  14. 30 3月, 2016 1 次提交