aboutsummaryrefslogtreecommitdiff
path: root/lib/dynamic_debug.c
diff options
context:
space:
mode:
authorIdo Yariv <[email protected]>2014-07-29 15:39:14 +0300
committerJohannes Berg <[email protected]>2014-08-26 11:16:00 +0200
commitc70f59a2a007c57843195a93c3b7308204e0a5ab (patch)
treedb9426d7dbadd28f97c006b6426ac1e3cbca880c /lib/dynamic_debug.c
parentca34e3b5c808385b175650605faa29e71e91991b (diff)
mac80211: don't resize skbs needlessly
Header-less cloned skbs with sufficient headroom need not be cloned unless the tailroom is going to be modified. Fix ieee80211_skb_resize so it would only resize cloned skbs if either the header isn't released or the tailroom is going to be modified. Some drivers might have assumed that skbs are never cloned, so add a HW flag that explicitly permits cloned TX skbs. Drivers which do not modify TX skbs should set this flag to avoid copying skbs. Signed-off-by: Ido Yariv <[email protected]> Signed-off-by: Emmanuel Grumbach <[email protected]> Signed-off-by: Johannes Berg <[email protected]>
Diffstat (limited to 'lib/dynamic_debug.c')
0 files changed, 0 insertions, 0 deletions