From: Johannes Berg Date: Wed, 7 Apr 2010 09:26:56 +0000 (+0200) Subject: mac80211: fix paged RX crypto X-Git-Tag: v2.6.35-rc1~473^2~460^2^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c11e4ab09ffb975a89802dde0e9aa52a53b8aa5;p=pandora-kernel.git mac80211: fix paged RX crypto WEP crypto was broken, but upon finding the problem it is evident that other things were broken by the paged RX patch as well. To fix it, for now move the linearising in front. This means that we linearise all frames, which is not at all what we want, but at least it fixes the problem for now. Signed-off-by: Johannes Berg Acked-by: Zhu Yi Signed-off-by: John W. Linville --- Reading git-diff-tree failed