]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: fix scan completed tracing
authorJohannes Berg <johannes.berg@intel.com>
Wed, 14 Sep 2016 07:37:54 +0000 (09:37 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 15 Sep 2016 14:46:16 +0000 (16:46 +0200)
commit29a694da20b842e27fa2b055fc470d349b96e7f0
treec26cd752db7fd97b8a58900b8430c199f1d2da3d
parent855b9dc4e80abace52f8566dcc9d12b2c94fd5bc
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>
net/mac80211/scan.c