Skip to content
  1. Jun 25, 2012
    • Johannes Berg's avatar
      mac80211_hwsim: fix smatch/sparse complaints · d0f718c1
      Johannes Berg authored
      
      
      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: default avatarJohannes Berg <johannes.berg@intel.com>
      d0f718c1
  2. Jun 24, 2012
  3. Jun 22, 2012
  4. Jun 21, 2012
  5. Jun 20, 2012
  6. Jun 19, 2012
  7. Jun 18, 2012
  8. Jun 14, 2012
  9. Jun 13, 2012
  10. Jun 12, 2012
  11. Jun 11, 2012