]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
rt2500usb: fallback to SW encryption for TKIP+AES
authorOndrej Zary <linux@rainbow-software.org>
Wed, 23 Jun 2010 10:57:15 +0000 (12:57 +0200)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Wed, 14 Mar 2012 14:57:52 +0000 (10:57 -0400)
commit9e7e41b530bf8577428aeca7084153497db54eed
tree47d7906489c314b971cdbe518ae18f0a058db6d6
parent9364e917928c19ada8e974f397971a077dbda928
rt2500usb: fallback to SW encryption for TKIP+AES

commit 75f64dd54a185150ebfc45e99351c890d4a2252f upstream.

HW crypto in rt2500usb does not seem to support keys with different ciphers,
which breaks TKIP+AES mode. Fall back to software encryption to fix it.

This should fix long-standing problems with rt2500usb and WPA, such as:
http://rt2x00.serialmonkey.com/phpBB/viewtopic.php?f=4&t=4834
https://bugzilla.redhat.com/show_bug.cgi?id=484888

Also tested that it does not break WEP, TKIP-only and AES-only modes.

Signed-off-by: Ondrej Zary <linux@rainbow-software.org>
Acked-by: Gertjan van Wingerde <gwingerde@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/net/wireless/rt2x00/rt2500usb.c