From: Ivo van Doorn Date: Sun, 26 Apr 2009 14:08:30 +0000 (+0200) Subject: rt2x00: Move iv_len into tx descriptor data X-Git-Tag: v2.6.31-rc1~330^2~448^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9eb4e21e289beba9cfe34f24920eee83c144e62f;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed