1. 20 Sep, 2012 1 commit
    • Johannes Berg's avatar
      iwlwifi: fix async station command crash · 513aa3b0
      Johannes Berg authored
      Before Emmanuel's change to use a copy of the command
      ("iwlwifi: get the correct HCMD in the response handler")
      the iwl_add_sta_callback() function would have used a
      random pointer to somewhere when processing responses
      to an async command, while that wasn't valid data it
      was at least a valid pointer. Now, the pointer will be
      NULL in this case, thus crashing.
      
      Fix this by exiting the function early if no command
      is passed back which means it was sent asynchronously.
      Reviewed-by: default avatarEmmanuel Grumbach <emmanuel.grumbach@intel.com>
      Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
      513aa3b0
  2. 19 Sep, 2012 1 commit
  3. 10 Sep, 2012 6 commits
  4. 06 Sep, 2012 1 commit
  5. 05 Sep, 2012 4 commits
  6. 04 Sep, 2012 1 commit
  7. 23 Aug, 2012 1 commit
  8. 22 Aug, 2012 2 commits
  9. 21 Aug, 2012 8 commits
  10. 20 Aug, 2012 15 commits