From: Hong Liu Date: Thu, 20 Oct 2005 16:06:36 +0000 (-0500) Subject: Fixed oops if an uninitialized key is used for encryption. X-Git-Tag: v2.6.15-rc1~733^2~1^2~4^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0f15ab5542f73d07e35eeee713df289599427b2;p=pandora-kernel.git Fixed oops if an uninitialized key is used for encryption. Without this patch, if you try and use a key that has not been configured, for example: % iwconfig eth1 key deadbeef00 [2] without having configured key [1], then the active key will still be [1], but privacy will now be enabled. Transmission of a packet in this situation will result in a kernel oops. Signed-off-by: James Ketrenos --- Reading git-diff-tree failed