Skip to content
Commit e2f036da authored by Mattias Nissler's avatar Mattias Nissler Committed by David S. Miller
Browse files

[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: default avatarMattias Nissler <mattias.nissler@gmx.de>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 0654ff05
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment