commit | 75396ae6d433b49482e377e6f8dbf1f42ad53f3a | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Wed Jul 06 22:00:35 2011 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Jul 08 11:11:20 2011 -0400 |
tree | 07fb506f08f3cca7d67d2fd365cc059240b6957b | |
parent | aba83a0b301c32dbb91c017f33307611e1a1d384 [diff] |
mac80211: fix CMAC races Just like TKIP and CCMP, CMAC has the PN race. It might not actually be possible to hit it now since there aren't multiple ACs for management frames, but fix it anyway. Also move scratch buffers onto the stack. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>