From: Jouni Malinen Date: Wed, 21 Sep 2011 15:14:56 +0000 (+0300) Subject: cfg80211: Validate cipher suite against supported ciphers X-Git-Tag: v3.2-rc1~129^2~183^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38ba3c57af1c737966fb58bcbeecdc71f5f4fa90;p=pandora-kernel.git cfg80211: Validate cipher suite against supported ciphers Instead of using a hardcoded list of cipher suites in nl80211.c, use a shared function in util.c to verify that the driver advertises support for the specified cipher. This provides more accurate validation of the values and allows vendor-specific cipher suites to be added in drivers. Signed-off-by: Jouni Malinen Signed-off-by: John W. Linville --- Reading git-diff-tree failed