diff options
Diffstat (limited to 'net/mac80211/cfg.c')
-rw-r--r-- | net/mac80211/cfg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mac80211/cfg.c b/net/mac80211/cfg.c index 4a3d5a414a25..67f62dac54f5 100644 --- a/net/mac80211/cfg.c +++ b/net/mac80211/cfg.c | |||
@@ -1343,8 +1343,8 @@ static int sta_apply_parameters(struct ieee80211_local *local, | |||
1343 | sta->plink_state = params->plink_state; | 1343 | sta->plink_state = params->plink_state; |
1344 | 1344 | ||
1345 | ieee80211_mps_sta_status_update(sta); | 1345 | ieee80211_mps_sta_status_update(sta); |
1346 | changed |= | 1346 | changed |= ieee80211_mps_set_sta_local_pm(sta, |
1347 | ieee80211_mps_local_status_update(sdata); | 1347 | NL80211_MESH_POWER_UNKNOWN); |
1348 | break; | 1348 | break; |
1349 | default: | 1349 | default: |
1350 | /* nothing */ | 1350 | /* nothing */ |