diff options
author | Jouni Malinen <j@w1.fi> | 2010-03-29 23:36:15 -0700 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-03-31 14:46:42 -0400 |
commit | fa83a2189870cdcd6fb4deeed391e0b988dc9a19 (patch) | |
tree | b8bd693448ce691cd2948e69178f0adfa271d2e2 /net/wireless/nl80211.c | |
parent | ecbcd3243651ae8ac2b73a96c320992a4cf01c5b (diff) | |
download | linux-3.10-fa83a2189870cdcd6fb4deeed391e0b988dc9a19.tar.gz linux-3.10-fa83a2189870cdcd6fb4deeed391e0b988dc9a19.tar.bz2 linux-3.10-fa83a2189870cdcd6fb4deeed391e0b988dc9a19.zip |
mac80211: Fix dropping of unprotected robust multicast frames
When selecting the RX key for group-addressed robust management
frames, we do not actually select any BIP key if the frame is
unprotected (since we cannot find the key index from MMIE). This
results in the drop_unencrypted check in failing to drop the frame. It
is enough to verify that we have a STA entry for the transmitter and
that MFP is enabled for that STA; we do not need to check rx->key
here. This fixes BIP processing for unprotected, group-addressed,
robust management frames.
Signed-off-by: Jouni Malinen <j@w1.fi>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/wireless/nl80211.c')
0 files changed, 0 insertions, 0 deletions