From: Johannes Berg Date: Thu, 2 Jul 2009 19:36:37 +0000 (+0200) Subject: nl80211: limit to one pairwise cipher for associate() X-Git-Tag: v2.6.32-rc1~703^2~704 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3dc27d25f288c923735e8f10fa8e578be896e96a;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed