diff options
Diffstat (limited to 'net/mac80211/scan.c')
-rw-r--r-- | net/mac80211/scan.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/mac80211/scan.c b/net/mac80211/scan.c index 75a85978c3b3..eb86a5f6e645 100644 --- a/net/mac80211/scan.c +++ b/net/mac80211/scan.c | |||
@@ -247,6 +247,8 @@ void ieee80211_scan_completed(struct ieee80211_hw *hw, bool aborted) | |||
247 | struct ieee80211_local *local = hw_to_local(hw); | 247 | struct ieee80211_local *local = hw_to_local(hw); |
248 | bool was_hw_scan; | 248 | bool was_hw_scan; |
249 | 249 | ||
250 | trace_api_scan_completed(local, aborted); | ||
251 | |||
250 | mutex_lock(&local->scan_mtx); | 252 | mutex_lock(&local->scan_mtx); |
251 | 253 | ||
252 | /* | 254 | /* |