From: Mattias Nissler Date: Sun, 7 Oct 2007 14:35:31 +0000 (+0200) Subject: [PATCH] mac80211: Defer setting of RX_FLAG_DECRYPTED. X-Git-Tag: v2.6.24-rc1~1454^2~89 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2f036da2f8f72894988670953a1141da785e4f5;p=pandora-kernel.git [PATCH] mac80211: Defer setting of RX_FLAG_DECRYPTED. The decryption handlers will skip the frame if the RX_FLAG_DECRYPTED flag is set, so the early flag setting introduced by Johannes breaks decryption. To work around this, call the handlers first and then set the flag. Signed-off-by: Mattias Nissler Signed-off-by: John W. Linville --- Reading git-diff-tree failed