diff options
-rw-r--r-- | net/mac80211/util.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/mac80211/util.c b/net/mac80211/util.c index 98ca5479324b..6ed0aa430789 100644 --- a/net/mac80211/util.c +++ b/net/mac80211/util.c | |||
@@ -1093,6 +1093,8 @@ int ieee80211_reconfig(struct ieee80211_local *local) | |||
1093 | } | 1093 | } |
1094 | } | 1094 | } |
1095 | 1095 | ||
1096 | ieee80211_recalc_ps(local, -1); | ||
1097 | |||
1096 | /* | 1098 | /* |
1097 | * Clear the WLAN_STA_BLOCK_BA flag so new aggregation | 1099 | * Clear the WLAN_STA_BLOCK_BA flag so new aggregation |
1098 | * sessions can be established after a resume. | 1100 | * sessions can be established after a resume. |