commit | 9eb4e21e289beba9cfe34f24920eee83c144e62f | [log] [tgz] |
---|---|---|
author | Ivo van Doorn <ivdoorn@gmail.com> | Sun Apr 26 16:08:30 2009 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Wed May 06 15:14:49 2009 -0400 |
tree | ab2da2b66f308e94159742b52a126787a8e2d1a5 | |
parent | bbb33881ae5bfe4197a005dc03b29b7dcc07fa28 [diff] |
rt2x00: Move iv_len into tx descriptor data By placing the iv_len into the tx descriptor data and by passing this data to the crypto IV handlers we can save multiple calls to ieee80211_get_hdrlen_from_skb() and some if-statements when copying/removing the IV data from the outgoing frame. Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>