commit | 4499b23933b44bf9e56d1a29b51d9a62941f9fa4 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Wed Apr 08 02:55:34 2009 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Apr 22 16:54:41 2009 -0400 |
tree | 464d5b3b334341c60644a759a352065a3baf6aaa | |
parent | e45d8e534b67580eedd9b4910ccc16d6dd3cceff [diff] |
mac80211: re-upload keys only after telling driver about association In the normal WPA or RSN case keys are only configured after associating, so we should do that in that order when resuming as well. It shouldn't really matter since we do not send any data at either point, but iwlwifi prefers it this way and it does seem more natural. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>