From: Jason Young Date: Fri, 11 Mar 2011 00:43:19 +0000 (-0800) Subject: mac80211: do not enable ps if 802.1x controlled port is unblocked X-Git-Tag: v2.6.39-rc1~468^2~25^2^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=808118cb41dfe12a1ac0e35515ac4d91b170bdf9;p=pandora-kernel.git mac80211: do not enable ps if 802.1x controlled port is unblocked If dynamic_ps is disabled, enabling power save before the 4-way handshake completes may delay the station from being authorized to send/receive traffic, i.e. increase roaming times. It also may result in a failed 4-way handshake depending on the AP's timing requirements and beacon interval, and the station's listen interval. To fix this, prevent power save from being enabled while the station isn't authorized and recalculate power save whenever the station's authorized state changes. Signed-off-by: Jason Young Acked-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed