aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/mac80211/mlme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/mlme.c b/net/mac80211/mlme.c
index 6eab63388c64..4b503ce893d8 100644
--- a/net/mac80211/mlme.c
+++ b/net/mac80211/mlme.c
@@ -2977,7 +2977,7 @@ void ieee80211_sta_setup_sdata(struct ieee80211_sub_if_data *sdata)
2977/* scan finished notification */ 2977/* scan finished notification */
2978void ieee80211_mlme_notify_scan_completed(struct ieee80211_local *local) 2978void ieee80211_mlme_notify_scan_completed(struct ieee80211_local *local)
2979{ 2979{
2980 struct ieee80211_sub_if_data *sdata = local->scan_sdata; 2980 struct ieee80211_sub_if_data *sdata;
2981 2981
2982 /* Restart STA timers */ 2982 /* Restart STA timers */
2983 rcu_read_lock(); 2983 rcu_read_lock();