]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: simplify buffers in aes_128_cmac_vector
authorJohannes Berg <johannes.berg@intel.com>
Sun, 19 Aug 2012 12:51:44 +0000 (14:51 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 20 Aug 2012 12:03:18 +0000 (14:03 +0200)
commit5724ec8607b2421fb22016ef4895a14a77212588
treebbd28dc224d22f90e754fc9f6e192a9415b59538
parent63da5a437d9230117a98bf338e201b0f9ff8a881
mac80211: simplify buffers in aes_128_cmac_vector

There's no need to use a single scratch buffer and
calculate offsets into it, just use two separate
buffers for the separate variables.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/aes_cmac.c