1. 14 4月, 2014 1 次提交
  2. 12 3月, 2014 2 次提交
    • E
      iwlwifi: mvm: make bt-coex.c generic · 5b7ff615
      Emmanuel Grumbach 提交于
      Make bt-coex generic to allow other coex mechanisms.
      Signed-off-by: NEmmanuel Grumbach <emmanuel.grumbach@intel.com>
      5b7ff615
    • E
      iwlwifi: mvm: BT Coex add support for Co-running block · b9fae2d5
      Emmanuel Grumbach 提交于
      7265 features a new calibration which is called antenna
      coupling. The purpose of this calibration (which isn't
      really a calibration), is to measure the isolation between
      the antennas and that can give us useful information for
      the Coex modules.
      
      With this information, we can tune the LookUpTables (LUTs)
      that define the BT / WiFi contention policy.
      
      The LUTs currently contain dummy values - but they will be
      updated soon.
      
      While at it, change the current code to stop duplicate the
      host command while sending. This was needed back then, when
      the command was short enough to be allocated on the stack.
      Since then, the command grew a lot and is now allocated on
      the heap - hence we can use the NOCOPY option instead.
      Signed-off-by: NEmmanuel Grumbach <emmanuel.grumbach@intel.com>
      b9fae2d5
  3. 21 2月, 2014 1 次提交
  4. 13 2月, 2014 1 次提交
  5. 07 2月, 2014 1 次提交
  6. 04 2月, 2014 4 次提交
  7. 01 1月, 2014 1 次提交
  8. 18 12月, 2013 4 次提交
  9. 11 10月, 2013 1 次提交
  10. 03 10月, 2013 4 次提交
  11. 16 8月, 2013 1 次提交
  12. 12 8月, 2013 1 次提交
  13. 31 7月, 2013 2 次提交
  14. 16 7月, 2013 1 次提交
  15. 29 5月, 2013 2 次提交
  16. 17 5月, 2013 1 次提交
  17. 14 5月, 2013 1 次提交
  18. 04 4月, 2013 1 次提交
  19. 20 3月, 2013 2 次提交
  20. 06 3月, 2013 3 次提交
  21. 04 3月, 2013 1 次提交
  22. 11 2月, 2013 1 次提交
    • I
      iwlwifi: mvm: Update quota settings for all bindings · 35adfd6e
      Ilan Peer 提交于
      The FW scheduler, schedules the bindings over a session of 128
      fragments (each is 4 TU long). The quota command should allocate
      all the session fragments between all the bindings that require quota
      allocation. Currently, use static allocation, where the fragments
      are equally distributed between all data bindings.
      
      Note, that not allocating all the session's fragments might cause
      the FW scheduler to leave the medium unused.
      Signed-off-by: NIlan Peer <ilan.peer@intel.com>
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      35adfd6e
  23. 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