commit | 3dc27d25f288c923735e8f10fa8e578be896e96a | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Thu Jul 02 21:36:37 2009 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Jul 10 15:01:54 2009 -0400 |
tree | 8bcf907a8607e1f7f8e2a4f8da30cfbc74fc3653 | |
parent | 4244f41a040288e07d050ea64f60997c584cce9e [diff] |
nl80211: limit to one pairwise cipher for associate() In this case, only one cipher makes sense, unlike for connect() where it may be possible to have the card or driver select. No changes to mac80211 due to the way the structs are laid out -- but the loop in net/mac80211/cfg.c will degrade to just zero or one passes. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>