[PATCH] mac80211: fix TKIP IV update
The TKIP IV should be updated only after MMIC verification, this patch changes it to be at that spot. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:

committed by
David S. Miller

parent
fb1c1cd6c5
commit
50741ae05a
@@ -153,6 +153,8 @@ struct ieee80211_txrx_data {
|
||||
int sent_ps_buffered;
|
||||
int queue;
|
||||
int load;
|
||||
u32 tkip_iv32;
|
||||
u16 tkip_iv16;
|
||||
} rx;
|
||||
} u;
|
||||
};
|
||||
|
Reference in New Issue
Block a user