1. 17 7月, 2015 4 次提交
  2. 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
  3. 03 6月, 2015 1 次提交
  4. 20 5月, 2015 1 次提交
  5. 11 5月, 2015 1 次提交
  6. 30 3月, 2015 2 次提交
  7. 04 3月, 2015 1 次提交
  8. 03 3月, 2015 1 次提交
  9. 23 1月, 2015 2 次提交
    • J
      mac80211: tdls: disentangle HT supported conditions · c5309ba7
      Johannes Berg 提交于
      These conditions are rather difficult to follow, for example
      because "!sta" only exists to not crash in the case that we
      don't have a station pointer (WLAN_TDLS_SETUP_REQUEST) in
      which the additional condition (peer supports HT) doesn't
      actually matter anyway.
      
      Cleaning this up only duplicates two lines of code but makes
      the rest far easier to read, so do that.
      
      As a side effect, smatch stops complaining about the lack of
      a sta pointer test after the !sta (since the !sta goes away)
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      c5309ba7
    • J
      mac80211: tdls: remove shadowing variable · d6f5cc09
      Johannes Berg 提交于
      There's no need to use another local 'sta' variable as the
      original (outer scope) one isn't needed any more and has
      become invalid anyway when exiting the RCU read section.
      
      Remove the inner scope one and along with it the useless NULL
      initialization.
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      d6f5cc09
  10. 14 1月, 2015 2 次提交
  11. 20 11月, 2014 7 次提交
  12. 24 10月, 2014 1 次提交
  13. 11 9月, 2014 1 次提交
  14. 05 9月, 2014 1 次提交
  15. 15 8月, 2014 1 次提交
  16. 21 7月, 2014 11 次提交
  17. 23 6月, 2014 2 次提交