]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitcd79f90885355f90128f71d6ed5fa12dc9f68015
tree524a9e4393e9d32fcd7acc5e9d96f7538bb3925b
parent4f76211f1478316cb4e15a46560d04c95a0e2505
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