commit | 23c0752a25d73ccc4547700e8a57d5ae2f2edf56 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Thu May 29 10:38:53 2008 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Jun 03 15:00:14 2008 -0400 |
tree | 225631645bf52c07931adc7aeb766344b05be7eb | |
parent | f622360bce6facb05fdce4bce5ee4beb2432222d [diff] |
mac80211: clean up skb reallocation code This cleans up the skb reallocation code to avoid problems with skb->truesize, not resize an skb twice for a single output path because we didn't expand it enough during the first copy and also removes the code to further expand it during crypto operations which will no longer be necessary. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>