Skip to content

Commit

Permalink
mac80211: add recalc PS in ieee80211_reconfig()
Browse files Browse the repository at this point in the history
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: Eyal Shapira <eyal@wizery.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Eyal Shapira authored and John W. Linville committed Nov 11, 2011
1 parent db98c82 commit 8e1b23b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions net/mac80211/util.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8e1b23b

Please sign in to comment.