1. 20 5月, 2015 1 次提交
  2. 11 5月, 2015 1 次提交
  3. 30 3月, 2015 2 次提交
  4. 04 3月, 2015 1 次提交
  5. 03 3月, 2015 1 次提交
  6. 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
  7. 14 1月, 2015 2 次提交
  8. 20 11月, 2014 7 次提交
  9. 24 10月, 2014 1 次提交
  10. 11 9月, 2014 1 次提交
  11. 05 9月, 2014 1 次提交
  12. 15 8月, 2014 1 次提交
  13. 21 7月, 2014 11 次提交
  14. 23 6月, 2014 8 次提交