aboutsummaryrefslogtreecommitdiff
path: root/virt
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2011-10-07 14:55:39 +0200
committerJohn W. Linville <linville@tuxdriver.com>2011-10-11 16:41:20 -0400
commit72267e5cfefb2b54b6a16e5775da01e26ede2953 (patch)
treed69c7684f6040ee2392a9158bc6d5c346446dece /virt
parent73b9f03a813d66484105c4ed648a1aa66fa267aa (diff)
mac80211: dont adjust truesize
There's no need to adjust truesize. The history of this was that we always ran into skb_truesize_bug (via skb_truesize_check) which has since been removed in commit 92a0acce186cd. skb_truesize_check() checked that truesize was bigger or equal to the actual allocation, which would trigger in mac80211 due to header adding. The check no longer exists and we shouldn't be messing with the truesize anwyay. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'virt')
0 files changed, 0 insertions, 0 deletions