OSDN Git Service

at86rf230: remove invalid max frame retries check
authorAlexander Aring <alex.aring@gmail.com>
Wed, 12 Nov 2014 02:37:04 +0000 (03:37 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 12 Nov 2014 04:10:42 +0000 (05:10 +0100)
commitf426fd03da1ec3954cefb7867daca4b2ba9de36c
treec20c719e18ca5e41c7d18b9ca3f84118e9257529
parent17a3a46bfbf1c2b944812a81b11ffe255a55e9ca
at86rf230: remove invalid max frame retries check

This patch removes the invalid max frame retries check from driver
layer. This is already handled by nl802154 framework. Also the IEEE
802.15.4 standard doesn't allow a frame retries setting above 7. This
seems to be valid for the at86rf230 transceiver but the chip running out
of spec then. We only allow settings according 802.15.4 right now.

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