commit | 58bd7f1158ac7543ccdcddc7f4ecd7db458e6d0b | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Wed Sep 14 09:37:54 2016 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Thu Sep 15 16:46:16 2016 +0200 |
tree | c26cd752db7fd97b8a58900b8430c199f1d2da3d | |
parent | 93db1d9e6c96050b74bb2793de8db00cd0afe6ab [diff] |
mac80211: fix scan completed tracing Passing the 'info' pointer where a 'info->aborted' is expected will always lead to tracing to erroneously record that the scan was aborted, fix that by passing the correct info->aborted. The remaining data will be collected in cfg80211, so I haven't duplicated it here. Signed-off-by: Johannes Berg <johannes.berg@intel.com>