OSDN Git Service

mac80211: call skb_put() before copying the data (trivial)
authorEliad Peller <eliad@wizery.com>
Thu, 24 Nov 2011 14:50:00 +0000 (16:50 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 28 Nov 2011 19:43:57 +0000 (14:43 -0500)
commit5220da39b4f6bd2ee69d298111ebebc0de886f2f
treece3f10fe8005a140e0539a424a7e1dfdad492a4d
parent4db4e0a17fb0e7b345b344cde141b252794c2f19
mac80211: call skb_put() before copying the data (trivial)

It doesn't have any actual effect here, but we should
skb_put() *before* copying the data.

Signed-off-by: Eliad Peller <eliad@wizery.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/tx.c