]> git.baikalelectronics.ru Git - kernel.git/commit
at86rf230: remove tx_timeout
authorAlexander Aring <alex.aring@gmail.com>
Fri, 27 Feb 2015 08:58:27 +0000 (09:58 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 27 Feb 2015 17:42:44 +0000 (18:42 +0100)
commitc9f20e50c195e8c2416eb90c98450510a9982eef
treef07c94f62dd2c741283a571beb76aeb9759e9457
parentf5813b5e200034ab789e46ca274387677e68b3b9
at86rf230: remove tx_timeout

This patch removes tx_timeout handling. We used it in sync xmit
handling. Since we support async xmit handling a xmit timeout handling
isn't easy to implement and should be implemented by netdev watchdog
mechanism.

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