1. 21 9月, 2014 1 次提交
  2. 14 9月, 2014 3 次提交
  3. 08 7月, 2014 2 次提交
  4. 13 4月, 2014 6 次提交
  5. 04 2月, 2014 1 次提交
  6. 01 1月, 2014 1 次提交
  7. 18 12月, 2013 2 次提交
  8. 10 12月, 2013 7 次提交
  9. 03 10月, 2013 3 次提交
  10. 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
  11. 12 8月, 2013 3 次提交
  12. 06 8月, 2013 1 次提交
  13. 16 7月, 2013 1 次提交
  14. 04 6月, 2013 1 次提交
  15. 29 5月, 2013 1 次提交
  16. 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
  17. 24 1月, 2013 1 次提交
  18. 06 6月, 2012 1 次提交
  19. 24 4月, 2012 2 次提交
  20. 25 1月, 2012 1 次提交