1. 28 6月, 2012 4 次提交
  2. 27 6月, 2012 1 次提交
  3. 26 6月, 2012 4 次提交
  4. 25 6月, 2012 1 次提交
    • J
      mac80211_hwsim: fix smatch/sparse complaints · d0f718c1
      Johannes Berg 提交于
      The code is fine in both cases as-is, but we can
      write it slightly differently to fix smatch/sparse
      complaints:
       * compare the skb pointer (which we use as a cookie)
         by casting the skb to unsigned long rather than the
         cookie to a pointer (fixes "different address spaces")
       * when transmitting, data->channel must be assigned,
         don't check it (fixes "dereferenced before check")
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      d0f718c1
  5. 24 6月, 2012 3 次提交
  6. 22 6月, 2012 3 次提交
  7. 21 6月, 2012 6 次提交
  8. 20 6月, 2012 11 次提交
  9. 19 6月, 2012 3 次提交
  10. 18 6月, 2012 4 次提交