1. 29 6月, 2012 3 次提交
  2. 28 6月, 2012 1 次提交
  3. 27 6月, 2012 1 次提交
  4. 26 6月, 2012 1 次提交
  5. 18 6月, 2012 1 次提交
  6. 14 6月, 2012 1 次提交
  7. 13 6月, 2012 1 次提交
  8. 11 6月, 2012 2 次提交
  9. 07 6月, 2012 1 次提交
  10. 06 6月, 2012 3 次提交
  11. 17 5月, 2012 1 次提交
  12. 09 5月, 2012 2 次提交
  13. 17 4月, 2012 1 次提交
    • J
      cfg80211: enforce lack of interface combinations · 8e8b41f9
      Johannes Berg 提交于
      My grand plan to allow drivers to gradually move over
      to advertising virtual interface combinations and only
      enforce with drivers that do want it enforced doesn't
      seem to be working out, only Christian ever added the
      advertising (to carl9170), nobody else did.
      
      Begin enforcing combinations in cfg80211 so that users
      can rely on the information reported about a device.
      
      Cc: "Luis R. Rodriguez" <mcgrof@qca.qualcomm.com>
      Cc: Jouni Malinen <jouni@qca.qualcomm.com>
      Cc: Vasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com>
      Cc: Senthil Balasubramanian <senthilb@qca.qualcomm.com>
      Cc: Kalle Valo <kvalo@qca.qualcomm.com>
      Cc: Jiri Slaby <jirislaby@gmail.com>
      Cc: Nick Kossifidis <mickflemm@gmail.com>
      Cc: Bob Copeland <me@bobcopeland.com>
      Cc: Bing Zhao <bzhao@marvell.com>
      Cc: Lennert Buytenhek <buytenh@wantstofly.org>
      Cc: Ivo van Doorn <IvDoorn@gmail.com>
      Cc: Gertjan van Wingerde <gwingerde@gmail.com>
      Cc: Helmut Schaa <helmut.schaa@googlemail.com>
      Cc: Luciano Coelho <coelho@ti.com>
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      8e8b41f9
  14. 14 4月, 2012 1 次提交
  15. 12 4月, 2012 2 次提交
  16. 11 4月, 2012 2 次提交
  17. 27 3月, 2012 1 次提交
  18. 14 3月, 2012 1 次提交
  19. 13 3月, 2012 1 次提交
  20. 07 3月, 2012 2 次提交
  21. 06 3月, 2012 3 次提交
  22. 05 3月, 2012 1 次提交
    • P
      BUG: headers with BUG/BUG_ON etc. need linux/bug.h · 187f1882
      Paul Gortmaker 提交于
      If a header file is making use of BUG, BUG_ON, BUILD_BUG_ON, or any
      other BUG variant in a static inline (i.e. not in a #define) then
      that header really should be including <linux/bug.h> and not just
      expecting it to be implicitly present.
      
      We can make this change risk-free, since if the files using these
      headers didn't have exposure to linux/bug.h already, they would have
      been causing compile failures/warnings.
      Signed-off-by: NPaul Gortmaker <paul.gortmaker@windriver.com>
      187f1882
  23. 01 3月, 2012 1 次提交
  24. 23 2月, 2012 1 次提交
  25. 07 2月, 2012 3 次提交
  26. 31 1月, 2012 1 次提交
  27. 28 1月, 2012 1 次提交