6lowpan: move frame allocation code to a separate function
authoralex.bluesman.smirnov@gmail.com <alex.bluesman.smirnov@gmail.com>
Wed, 25 Apr 2012 23:35:50 +0000 (23:35 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 26 Apr 2012 10:01:09 +0000 (06:01 -0400)
commitc2e94d73ea24df499f9183b7401e8d6b94efa417
tree524a9e4393e9d32fcd7acc5e9d96f7538bb3925b
parent07003408fc219ca7c45d2f559999f6aca08d711a
6lowpan: move frame allocation code to a separate function

Separate frame allocation routine from data processing function.
This makes code more human readable and easier for understanding.

Signed-off-by: Alexander Smirnov <alex.bluesman.smirnov@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ieee802154/6lowpan.c