From: Ivo van Doorn Date: Sun, 21 Dec 2008 22:19:17 +0000 (+0100) Subject: Fix rt2500usb HW crypto: TKIP X-Git-Tag: v2.6.29-rc2~11^2~46^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3d340c1d536fd3e5a104c99ac9c3f8694270d72;p=pandora-kernel.git Fix rt2500usb HW crypto: TKIP rt2500usb doesn't strip the IV/ICV data from received frames, so we don't need to set the RX_FLAG_IV_STRIPPED flag. We do need to set the RX_FLAG_MMIC_STRIPPED flag for all encryption types since the MMIC has been removed from the frame. After this patch TKIP Hardware crypto works for rt2500usb. WEP and AES are still failing. Signed-off-by: Ivo van Doorn Signed-off-by: John W. Linville --- Reading git-diff-tree failed