OSDN Git Service

mac80211: fix paged RX crypto master-2010-04-07
authorJohannes Berg <johannes.berg@intel.com>
Wed, 7 Apr 2010 09:26:56 +0000 (11:26 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 7 Apr 2010 20:26:25 +0000 (16:26 -0400)
commit8c11e4ab09ffb975a89802dde0e9aa52a53b8aa5
treee109db68217656b6efd60a59b532e3c7bf3dc25c
parent54297e4d60b74e602138594c131097347d128b5a
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 <johannes.berg@intel.com>
Acked-by: Zhu Yi <yi.zhu@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/rx.c