at86rf230: cleanup and squash stack variable
authorAlexander Aring <alex.aring@gmail.com>
Sun, 1 Mar 2015 20:55:29 +0000 (21:55 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 3 Mar 2015 01:15:25 +0000 (02:15 +0100)
commitef5428a1386d472939c763abc68a9d0f1fb18dce
treeeb5b2e37015eeb4d11942437c4c70f3b479f5293
parentba6d22393284b703e6174278c31858bf59337ed2
at86rf230: cleanup and squash stack variable

I had this variable because I thought it would be protected by
disable/enable irq but this is not true. It's protected by stop/wake
netdev queue which is called by ieee802154_xmit_complete.

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/net/ieee802154/at86rf230.c