1. 03 2月, 2017 2 次提交
    • G
      iwlwifi: mvm: support v2 of mfuart load notification · 19f63c53
      Golan Ben-Ami 提交于
      Add to the v1 of the mfuart loading notification, the size
      of the mfuart image, and write it to dmesg once the notification
      is received.
      Signed-off-by: NGolan Ben-Ami <golan.ben.ami@intel.com>
      Signed-off-by: NLuca Coelho <luciano.coelho@intel.com>
      19f63c53
    • 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. 19 10月, 2016 1 次提交
  4. 19 9月, 2016 2 次提交
  5. 16 9月, 2016 1 次提交
  6. 30 8月, 2016 1 次提交
  7. 06 7月, 2016 3 次提交
  8. 01 7月, 2016 1 次提交
  9. 10 5月, 2016 2 次提交
  10. 30 3月, 2016 5 次提交
  11. 20 3月, 2016 1 次提交
  12. 28 2月, 2016 7 次提交
  13. 01 2月, 2016 2 次提交
    • S
      iwlwifi: mvm: support rss queues configuration command · 43413a97
      Sara Sharon 提交于
      9000 series supports multi-queue rx. The hardware needs
      to be configured with the hash functions to perform and
      indirection table that maps hash results to the relevant
      CPUs\queues.
      Support this configuration.
      Add debugfs hook to configure the indirection table in
      order to enable performance analysis. The configuration
      is stateless, receives a partial or full pattern and sends
      the command to the firmware.
      Signed-off-by: NSara Sharon <sara.sharon@intel.com>
      Signed-off-by: NEmmanuel Grumbach <emmanuel.grumbach@intel.com>
      43413a97
    • S
      iwlwifi: mvm: support beacon storing · 0db056d3
      Sara Sharon 提交于
      Currently firmware is configured to filter out beacons. In case
      a beacon was changed - it is waking the host.
      However, some vendors change their IEs frequently without any
      significant change, and redundant wakeups are triggered as a
      result.
      As a solution disable beacon filtering when entering d0i3.
      Instead, firmware will store the latest beacon and upon exiting
      d0i3 it will send it up to the host, so the host can act upon
      changes (if there were any).
      This beacon will arrive as a dedicated notification - support it
      as well.
      Signed-off-by: NSara Sharon <sara.sharon@intel.com>
      Signed-off-by: NEmmanuel Grumbach <emmanuel.grumbach@intel.com>
      0db056d3
  14. 08 1月, 2016 1 次提交
  15. 20 12月, 2015 1 次提交
  16. 13 12月, 2015 1 次提交
  17. 02 12月, 2015 2 次提交
  18. 18 11月, 2015 1 次提交
  19. 25 10月, 2015 1 次提交
  20. 05 10月, 2015 1 次提交
  21. 21 9月, 2015 2 次提交
  22. 28 8月, 2015 1 次提交