From: Alexander Aring Date: Sun, 26 Oct 2014 08:37:02 +0000 (+0100) Subject: mac802154: tx: remove kmalloc in xmit hotpath X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~234^2~3^2~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe24371d6645b766c59ec664c59d0a9c310ad455;p=pandora-kernel.git mac802154: tx: remove kmalloc in xmit hotpath This patch removes the kmalloc allocation for workqueue data. This patch replaces the kmalloc and uses the control block of skb. The control block has enough space and isn't use by any other layer in this case. Signed-off-by: Alexander Aring Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed