Ivo van Doorn 1ce9cdac48 rt2x00: Optimize IV/EIV handling
IV and EIV belong to eachother and don't require
2 seperate fields. Instead they can logically be
merged into a single array with size 2.

With this approach we can simplify the code in
rt2x00crypto.c by using a single memcpy() when
copying the iv/eiv data. Additionally we can
move some code out of if-statements because the
if-statement would always be true.

Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2008-12-05 09:35:50 -05:00
..
2008-11-21 11:06:07 -05:00
2008-12-05 09:32:59 -05:00
2008-12-05 09:35:46 -05:00
2008-10-27 17:06:18 -07:00
2008-12-05 09:35:50 -05:00
2008-11-10 15:11:56 -05:00
2008-11-10 15:11:56 -05:00
2008-11-10 15:11:56 -05:00
2008-11-10 15:11:56 -05:00
2008-11-10 15:11:56 -05:00