1. 13 4月, 2014 2 次提交
  2. 04 2月, 2014 1 次提交
  3. 01 1月, 2014 1 次提交
  4. 18 12月, 2013 2 次提交
  5. 10 12月, 2013 7 次提交
  6. 03 10月, 2013 3 次提交
  7. 25 9月, 2013 1 次提交
    • J
      iwlwifi: Remove extern from function prototypes · b3818394
      Joe Perches 提交于
      There are a mix of function prototypes with and without extern
      in the kernel sources.  Standardize on not using extern for
      function prototypes.
      
      Function prototypes don't need to be written with extern.
      extern is assumed by the compiler.  Its use is as unnecessary as
      using auto to declare automatic/local variables in a block.
      Signed-off-by: NJoe Perches <joe@perches.com>
      b3818394
  8. 12 8月, 2013 3 次提交
  9. 06 8月, 2013 1 次提交
  10. 16 7月, 2013 1 次提交
  11. 04 6月, 2013 1 次提交
  12. 29 5月, 2013 1 次提交
  13. 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
  14. 24 1月, 2013 1 次提交
  15. 06 6月, 2012 1 次提交
  16. 24 4月, 2012 2 次提交
  17. 25 1月, 2012 1 次提交
  18. 07 1月, 2012 1 次提交
  19. 09 12月, 2011 1 次提交
  20. 15 10月, 2011 1 次提交
  21. 08 4月, 2011 3 次提交
  22. 01 2月, 2011 1 次提交
  23. 08 10月, 2010 1 次提交
  24. 11 9月, 2010 1 次提交
    • T
      iwlwifi: fix default LQ table in 5.2 band · cf6da94a
      Tomas Winkler 提交于
      The default LQ is filled decreasingly using
      iwl_get_prev_ieee_rate from a starting rate.
      Since the starting rate is already the lowest one for
      a specific band it should be actually filled evenly with
      the starting rate: 1M and 6M for 5.2GHZ and 2.4GH respectively.
      The bug is that for for A or G-only it decreases to
      CCK rates which are not supported.
      iwl_get_prev_ieee_rate function is just not band aware.
      This affects broadcast station which lq table
      is not updated by rs algorithm
      
      G-only scenario is not treated by this patch
      
      iwl_get_prev_ieee_rate is removed completely as it
      is not used in other contexts
      Signed-off-by: NTomas Winkler <tomas.winkler@intel.com>
      Signed-off-by: NWey-Yi Guy <wey-yi.w.guy@intel.com>
      cf6da94a
  25. 26 8月, 2010 1 次提交
    • J
      iwlagn: let bluetooth traffic load impact rate scale · 290f599c
      Johannes Berg 提交于
      Depending on the amount of bluetooth traffic,
      using the shared antenna (antenna B) will have
      adverse impact on both bluetooth and wireless
      traffic. Add controls to improve the situation
      by making rate scaling depend on the BT load.
      
      When there's high bluetooth traffic load, there's
      little point in trying to aggregate as BT traffic
      would disrupt the aggregated frames all the time,
      so simply don't start sessions then.
      
      When BT traffic returns to lower levels, the rate
      scaling will come here again automatically when
      wifi traffic is high enough, and then it will be
      able to successfully enable aggregation.
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      Signed-off-by: NWey-Yi Guy <wey-yi.w.guy@intel.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      290f599c