1. 22 1月, 2015 1 次提交
  2. 24 11月, 2014 1 次提交
  3. 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
  4. 04 9月, 2014 1 次提交
  5. 25 6月, 2014 1 次提交
  6. 04 2月, 2014 1 次提交
  7. 01 1月, 2014 1 次提交
  8. 18 12月, 2013 1 次提交
  9. 11 10月, 2013 1 次提交
  10. 03 10月, 2013 1 次提交
  11. 16 8月, 2013 1 次提交
  12. 12 8月, 2013 1 次提交
  13. 31 7月, 2013 2 次提交
  14. 16 7月, 2013 1 次提交
  15. 25 6月, 2013 1 次提交
  16. 29 5月, 2013 1 次提交
  17. 27 5月, 2013 1 次提交
  18. 17 5月, 2013 1 次提交
  19. 14 5月, 2013 1 次提交
  20. 04 4月, 2013 3 次提交
  21. 06 3月, 2013 1 次提交
  22. 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
  23. 31 1月, 2013 1 次提交
  24. 24 1月, 2013 1 次提交
  25. 07 12月, 2012 1 次提交
  26. 05 9月, 2012 1 次提交
  27. 06 6月, 2012 1 次提交
    • J
      iwlwifi: refactor EEPROM reading/parsing · 26a7ca9a
      Johannes Berg 提交于
      The EEPROM reading/parsing code is all mixed in
      the driver today, and the EEPROM is parsed only
      when we access data from it. This is problematic
      because the NVM needs to be parsed and that is
      independent of reading it. Also, the NVM format
      for new devices will be different and probably
      require a new parser.
      
      Therefore refactor the reading and parsing and
      create two independent components. Reading the
      EEPROM requires direct hardware accesses and
      therefore access to the transport, but parsing
      is independent and can be done on an NVM blob.
      Reviewed-by: NEmmanuel Grumbach <emmanuel.grumbach@intel.com>
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      26a7ca9a
  28. 24 4月, 2012 1 次提交
  29. 18 4月, 2012 3 次提交
  30. 07 3月, 2012 1 次提交
  31. 28 2月, 2012 3 次提交
  32. 18 2月, 2012 2 次提交