1. 03 2月, 2017 2 次提交
    • S
      iwlwifi: mvm: support new statistics APIs · 0e7ac018
      Sara Sharon 提交于
      For CDB arch there is another auxiliary mac.
      Support statistics APIs that were changed to reflect that.
      Signed-off-by: NSara Sharon <sara.sharon@intel.com>
      Signed-off-by: NLuca Coelho <luciano.coelho@intel.com>
      0e7ac018
    • S
      iwlwifi: mvm: support unification of INIT and RT images · 1f370650
      Sara Sharon 提交于
      For a000 devices the INIT and RT images are unified to one
      image.
      The changes in the flow are the following:
      * Driver load only RT firmware - meaning that the nvm access
        command will be done in the RT image load flow.
      * A new command (NVM_ACCESS_COMPLETE) now signals to the FW that
        the driver is done accessing the NVM and FW can proceed with phy
        calibrations.
      * Phy DB is no longer sent from INIT FW to be restored by driver
        for the RT FW - all the phy DB is now internal to the FW.
        INIT complete will now follow the NVM access command, without
        phy DB calls before.
      * Paging command is sent earlier in the flow before NVM access
        to enable a complete load of FW.
      * caution must be care when restart is called since we may have
        not completed init flow even though we are in RT firmware.
      Signed-off-by: NSara Sharon <sara.sharon@intel.com>
      Signed-off-by: NLuca Coelho <luciano.coelho@intel.com>
      1f370650
  2. 26 1月, 2017 1 次提交
  3. 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
  4. 19 10月, 2016 2 次提交
  5. 27 9月, 2016 1 次提交
  6. 19 9月, 2016 2 次提交
  7. 16 9月, 2016 1 次提交
  8. 30 8月, 2016 5 次提交
  9. 06 7月, 2016 6 次提交
  10. 01 7月, 2016 4 次提交
  11. 11 5月, 2016 10 次提交
  12. 12 4月, 2016 1 次提交
  13. 30 3月, 2016 4 次提交