1. 20 9月, 2017 7 次提交
  2. 31 8月, 2017 2 次提交
  3. 24 8月, 2017 1 次提交
  4. 17 8月, 2017 8 次提交
  5. 08 8月, 2017 4 次提交
  6. 28 7月, 2017 3 次提交
  7. 06 3月, 2017 1 次提交
  8. 08 2月, 2017 1 次提交
  9. 25 11月, 2016 4 次提交
  10. 17 11月, 2016 2 次提交
  11. 12 4月, 2016 1 次提交
  12. 14 1月, 2016 1 次提交
  13. 22 9月, 2015 1 次提交
  14. 10 6月, 2015 1 次提交
    • J
      mac80211: convert HW flags to unsigned long bitmap · 30686bf7
      Johannes Berg 提交于
      As we're running out of hardware capability flags pretty quickly,
      convert them to use the regular test_bit() style unsigned long
      bitmaps.
      
      This introduces a number of helper functions/macros to set and to
      test the bits, along with new debugfs code.
      
      The occurrences of an explicit __clear_bit() are intentional, the
      drivers were never supposed to change their supported bits on the
      fly. We should investigate changing this to be a per-frame flag.
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      30686bf7
  15. 20 6月, 2014 3 次提交