]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit643efbd7ca599c7c1ab88182a8a390790233633e
treeeb5b2e37015eeb4d11942437c4c70f3b479f5293
parent4015debae7e862a5998fb4467dcf8c233f0d3d6e
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