commit | e2f036da2f8f72894988670953a1141da785e4f5 | [log] [tgz] |
---|---|---|
author | Mattias Nissler <mattias.nissler@gmx.de> | Sun Oct 07 16:35:31 2007 +0200 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Oct 10 16:55:23 2007 -0700 |
tree | 94970130c987b71eb63f323b602447c99fe57ccc | |
parent | 0654ff055c6ce5642eed88ba22915b0e56666794 [diff] |
[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 <mattias.nissler@gmx.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>