OSDN Git Service

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)
commit2c2f7ec1425e76d4a4cce43c0221032c0f94dae9
treef07c94f62dd2c741283a571beb76aeb9759e9457
parentccdaeb2b176f7db491a6f8e8b1c51f9393525f7d
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