]> git.baikalelectronics.ru Git - kernel.git/commit
cfg80211: allow vendor specific cipher suites
authorJohannes Berg <johannes.berg@intel.com>
Fri, 27 Aug 2010 11:26:51 +0000 (14:26 +0300)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 27 Aug 2010 17:27:07 +0000 (13:27 -0400)
commit5a1a11f168a5042b978caf5b171e5d1b70af8913
treeb87c97377a413b1c8d562d135903ce128e7b4a65
parent9d2f2262a32f99db91cf6eeb1eccad6ab32bc608
cfg80211: allow vendor specific cipher suites

cfg80211 currently rejects all cipher suites it
doesn't know about for key length checking
purposes. This can lead to inconsistencies when
a driver advertises an algorithm that cfg80211
doesn't know about. Remove this rejection so
drivers can specify any algorithm they like.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Juuso Oikarinen <juuso.oikarinen@nokia.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/wireless/util.c