1
0
Fork 0
remarkable-linux/net/mac802154
Alexander Aring 3f3c4bb5ec mac802154: correct max sifs size handling
This patch fix the max sifs size correction when the
IEEE802154_HW_TX_OMIT_CKSUM flag is set. With this flag the sk_buff
doesn't contain the CRC, because the transceiver will add the CRC
while transmit.

Also add some defines for the max sifs frame size value and frame check
sequence according to 802.15.4 standard.

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Acked-by: Marc Kleine-Budde <mkl@pengutronix.de>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
2015-03-14 17:11:30 +01:00
..
Kconfig trivial: net/mac802154: Fix Kconfig typo 2014-10-25 07:56:21 +02:00
Makefile mac802154: introduce mac802154_config_ops 2014-11-02 04:51:06 +01:00
cfg.c mac802154: fix kbuild test robot warning 2015-01-03 01:51:51 +01:00
cfg.h mac802154: introduce mac802154_config_ops 2014-11-02 04:51:06 +01:00
driver-ops.h ieee802154: rework cca setting 2014-12-19 00:19:23 +01:00
ieee802154_i.h ieee802154: add del interface command 2014-11-17 09:49:17 +01:00
iface.c ieee802154: iface: move multiple node type check 2014-12-20 00:06:55 +01:00
llsec.c net/mac802154: No need for an extra space when casting 2014-12-05 12:43:05 +01:00
llsec.h mac802154: add llsec decryption method 2014-05-16 17:23:41 -04:00
mac_cmd.c ieee802154: rework cca setting 2014-12-19 00:19:23 +01:00
main.c ieee802154: setting extended address while iface add 2014-11-17 09:49:16 +01:00
mib.c net/mac802154: Remove extra blank lines. 2014-12-05 12:43:05 +01:00
rx.c mac802154: use goto label on failure 2014-12-05 14:18:42 +01:00
tx.c mac802154: add interframe spacing time handling 2014-11-13 04:51:58 +01:00
util.c mac802154: correct max sifs size handling 2015-03-14 17:11:30 +01:00