diff options
Diffstat (limited to 'net/mac80211/main.c')
-rw-r--r-- | net/mac80211/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/main.c b/net/mac80211/main.c index 9c2f3f934c7..e3717092115 100644 --- a/net/mac80211/main.c +++ b/net/mac80211/main.c | |||
@@ -333,7 +333,7 @@ static void ieee80211_recalc_smps_work(struct work_struct *work) | |||
333 | container_of(work, struct ieee80211_local, recalc_smps); | 333 | container_of(work, struct ieee80211_local, recalc_smps); |
334 | 334 | ||
335 | mutex_lock(&local->iflist_mtx); | 335 | mutex_lock(&local->iflist_mtx); |
336 | ieee80211_recalc_smps(local, NULL); | 336 | ieee80211_recalc_smps(local); |
337 | mutex_unlock(&local->iflist_mtx); | 337 | mutex_unlock(&local->iflist_mtx); |
338 | } | 338 | } |
339 | 339 | ||