wpan: use stack buffer instead of heap
authorAlexander Aring <alex.aring@gmail.com>
Tue, 5 Feb 2013 10:23:44 +0000 (10:23 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 6 Feb 2013 20:56:17 +0000 (15:56 -0500)
commit25060d8f3f2c21daadb4fc1fb0e37ce2c992e30b
treea8736abdc3e79d9dc1f66ba0906109851a61f69b
parentfc4e98dbbaa30ca2180df0b2b0d0608045ed3f19
wpan: use stack buffer instead of heap

head buffer is only temporary available in mac802154_header_create.
So it's not necessary to put it on the heap.

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/mac802154/wpan.c