1. 20 4月, 2017 2 次提交
    • H
      iwlwifi: mvm: add GEO_TX_POWER_LIMIT cmd for geographic tx power table · a6bff3cb
      Haim Dreyfuss 提交于
      To utilize the maximum allowed tx power, an additional table was added
      to the BIOS. The table consists of up to seven different regions
      (currently only three are in use). Each region contains per band:
      1. Maximum allowed tx power on the band.
      2. Tx power offset for chain A.
      3. Tx power offset for chain B.
      On init flow driver reads this table by means of ACPI and
      passes it to the firmware with GEO_TX_POWER_LIMIT cmd.
      The firmware will use this table to enhance tx power with
      the offset in the relevant table as well as verifying it does not
      violate the maximum allowed tx power.
      Signed-off-by: NHaim Dreyfuss <haim.dreyfuss@intel.com>
      Signed-off-by: NLuca Coelho <luciano.coelho@intel.com>
      a6bff3cb
    • S
      iwlwifi: mvm: prepare for station count change · 0ae98812
      Sara Sharon 提交于
      In a000 devices we will support up to 32 stations.
      The max station define is used also for invalid station marking
      which makes finding usages of actual maximum station pretty hard
      to sort through - change it to be a different define in order
      to make future changes easier.
      Use also ARRAY_SIZE intead of define when possible.
      Do not move yet to 32 stations until firmware do it though.
      Signed-off-by: NSara Sharon <sara.sharon@intel.com>
      Signed-off-by: NLuca Coelho <luciano.coelho@intel.com>
      0ae98812
  2. 11 4月, 2017 3 次提交
  3. 03 2月, 2017 1 次提交
    • 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
  4. 19 10月, 2016 2 次提交
  5. 27 9月, 2016 1 次提交
  6. 23 9月, 2016 1 次提交
  7. 19 9月, 2016 4 次提交
  8. 16 9月, 2016 1 次提交
  9. 06 7月, 2016 3 次提交
  10. 01 7月, 2016 4 次提交
  11. 11 5月, 2016 4 次提交
  12. 30 3月, 2016 7 次提交
  13. 21 3月, 2016 1 次提交
  14. 20 3月, 2016 1 次提交
  15. 10 3月, 2016 1 次提交
  16. 07 3月, 2016 1 次提交
  17. 02 3月, 2016 3 次提交