diff options
author | Alexander Aring <alex.aring@gmail.com> | 2014-10-27 17:13:29 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2014-10-27 18:07:37 +0100 |
commit | 61a2281458956db519f2c24fa40bf277adea2a67 (patch) | |
tree | 7a4074ecccf64bf350c7f3f7b95a8c00a45fa8bf /net/mac802154/iface.c | |
parent | 061ef8f915988839b12460c47ebfcf3700e124f0 (diff) | |
download | linux-61a2281458956db519f2c24fa40bf277adea2a67.tar.gz linux-61a2281458956db519f2c24fa40bf277adea2a67.tar.bz2 linux-61a2281458956db519f2c24fa40bf277adea2a67.zip |
ieee802154: drivers: use dev_alloc_skb
This patch change the allocation of skb inside the ieee802154 driver
layer to dev_alloc_skb. This changes also the gfp mask to GFP_ATOMIC
which is needed for upcomming change that the receiving is done by a
tasklet and not a workqueue anymore.
Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Cc: Alan Ott <alan@signal11.us>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'net/mac802154/iface.c')
0 files changed, 0 insertions, 0 deletions