1. 29 6月, 2017 1 次提交
  2. 02 6月, 2017 4 次提交
  3. 20 4月, 2017 1 次提交
    • 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
  4. 27 9月, 2016 1 次提交
  5. 06 7月, 2016 1 次提交
  6. 02 12月, 2015 1 次提交
  7. 18 11月, 2015 1 次提交
  8. 05 10月, 2015 1 次提交
  9. 23 8月, 2015 1 次提交
  10. 04 8月, 2015 1 次提交
  11. 19 4月, 2015 1 次提交
    • A
      iwlwifi: mvm: fix Tx Power firmware API · d44c3fe6
      Avri Altman 提交于
      The firmware doesn't relate the scan to a vif. The scan is
      run by a separate entity called auxiliary MAC (aka AUX MAC).
      This AUX MAC needs to get Tx power limitations that are
      not applied on a specific vif, but on the device as a whole.
      
      This can be implemented by using the minimum of all the
      values set by the user for all the MACs. But then we need
      to ignore the limitations that come from the AP or
      regulatory for a specific vif: a specific vif might have
      regulatory limitations because of the channel is works on.
      This limit is irrelevant for the AUX MAC.
      Use the new API from mac80211: the user_power_level in
      bss_conf to achieve this.
      
      Firmware -13.ucode has already moved to this API.
      
      Change-Id: Ifba83660f378e91b93bd46d29fe8ba35a7c168a4
      Signed-off-by: NAvri Altman <avri.altman@intel.com>
      Signed-off-by: NEmmanuel Grumbach <emmanuel.grumbach@intel.com>
      d44c3fe6
  12. 22 1月, 2015 1 次提交
  13. 24 11月, 2014 1 次提交
  14. 24 10月, 2014 1 次提交
    • E
      iwlwifi: configure the LTR · 9180ac50
      Emmanuel Grumbach 提交于
      The LTR is the handshake between the device and the root
      complex about the latency allowed when the bus exits power
      save. This configuration was missing and this led to high
      latency in the link power up. The end user could experience
      high latency in the network because of this.
      
      Cc: <stable@vger.kernel.org> [3.10+]
      Signed-off-by: NEmmanuel Grumbach <emmanuel.grumbach@intel.com>
      9180ac50
  15. 04 9月, 2014 1 次提交
  16. 25 6月, 2014 1 次提交
  17. 04 2月, 2014 1 次提交
  18. 01 1月, 2014 1 次提交
  19. 18 12月, 2013 1 次提交
  20. 11 10月, 2013 1 次提交
  21. 03 10月, 2013 1 次提交
  22. 16 8月, 2013 1 次提交
  23. 12 8月, 2013 1 次提交
  24. 31 7月, 2013 2 次提交
  25. 16 7月, 2013 1 次提交
  26. 25 6月, 2013 1 次提交
  27. 29 5月, 2013 1 次提交
  28. 27 5月, 2013 1 次提交
  29. 17 5月, 2013 1 次提交
  30. 14 5月, 2013 1 次提交
  31. 04 4月, 2013 3 次提交
  32. 06 3月, 2013 1 次提交
  33. 01 2月, 2013 1 次提交
    • J
      iwlwifi: add the MVM driver · 8ca151b5
      Johannes Berg 提交于
      Newer firmware revisions have a completely new
      firmware API. This is the new driver for this
      new API.
      
      I've listed the people who directly contributed
      code, but many others from various teams have
      contributed in other ways.
      
      Cc: Alexander Bondar <alexander.bondar@intel.com>
      Cc: Amit Beka <amit.beka@intel.com>
      Cc: Amnon Paz <amnonx.paz@intel.com>
      Cc: Assaf Krauss <assaf.krauss@intel.com>
      Cc: David Spinadel <david.spinadel@intel.com>
      Cc: Dor Shaish <dor.shaish@intel.com>
      Cc: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
      Cc: Eytan Lifshitz <eytan.lifshitz@intel.com>
      Cc: Ilan Peer <ilan.peer@intel.com>
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      8ca151b5
  34. 31 1月, 2013 1 次提交