Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8e1b23b9 authored by Eyal Shapira's avatar Eyal Shapira Committed by John W. Linville
Browse files

mac80211: add recalc PS in ieee80211_reconfig()



Driver should be instructed to enter PS AFTER
reconfiguring ASSOCIATED (in STA case) using ieee80211_bss_info_change_notify
same as it's being done in ieee80211_set_associated()

Signed-off-by: default avatarEyal Shapira <eyal@wizery.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent db98c829
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1093,6 +1093,8 @@ int ieee80211_reconfig(struct ieee80211_local *local)
		}
	}

	ieee80211_recalc_ps(local, -1);

	/*
	 * Clear the WLAN_STA_BLOCK_BA flag so new aggregation
	 * sessions can be established after a resume.