linux/drivers/net/ieee802154
Alexander Aring 61f2dcba9a mac802154: add interframe spacing time handling
This patch adds a new interframe spacing time handling into mac802154
layer. Interframe spacing time is a time period between each transmit.
This patch adds a high resolution timer into mac802154 and starts on
xmit complete with corresponding interframe spacing expire time if
ifs_handling is true. We make it variable because it depends if
interframe spacing time is handled by transceiver or mac802154. At the
timer complete function we wake the netdev queue again. This avoids
new frame transmit in range of interframe spacing time.

For synced driver we add no handling of interframe spacing time. This
is currently a lack of support in all synced xmit drivers. I suppose
it's working because the latency of workqueue which is needed to call
spi_sync.

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
2014-11-13 04:51:58 +01:00
..
at86rf230.c mac802154: add interframe spacing time handling 2014-11-13 04:51:58 +01:00
cc2520.c mac802154: add ieee802154_vif struct 2014-11-05 21:53:04 +01:00
fakelb.c ieee820154: remove valid page and channel checks 2014-11-12 05:10:38 +01:00
Kconfig ieee802154: remove fakehard driver 2014-10-25 21:55:37 +02:00
Makefile ieee802154: remove fakehard driver 2014-10-25 21:55:37 +02:00
mrf24j40.c mac802154: add hardware address filter flag 2014-10-29 23:07:44 +01:00