All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv2 bluetooth-next 0/2] ieee802154: correct sifs handling and new defines
@ 2015-03-04 11:24 Alexander Aring
  2015-03-04 11:24 ` [PATCHv2 bluetooth-next 1/2] mac802154: correct max sifs size handling Alexander Aring
  2015-03-04 11:24 ` [PATCHv2 bluetooth-next 2/2] ieee802154: replace magic numbers by standard defines Alexander Aring
  0 siblings, 2 replies; 4+ messages in thread
From: Alexander Aring @ 2015-03-04 11:24 UTC (permalink / raw)
  To: linux-wpan; +Cc: kernel, mkl, Alexander Aring

Hi,

this series corrects the interframe spacing time when
IEEE802154_HW_TX_OMIT_CKSUM phy flag is set. This flag is set when the
transceiver sets the crc on his own.

Also I add some defines from 802.15.4 standard. There is still some magic
values for IEEE802154_FCS_LEN everywhere in mac802154 implementation. We
should replace these values with IEEE802154_FCS_LEN later.

- Alex

changes since v2:
 - squash patch 3 into 2, which was suggested by Marc Kleine-Budde.

Alexander Aring (2):
  mac802154: correct max sifs size handling
  ieee802154: replace magic numbers by standard defines

 include/linux/ieee802154.h |  2 ++
 net/mac802154/util.c       | 13 ++++++++++++-
 2 files changed, 14 insertions(+), 1 deletion(-)

-- 
2.3.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-03-04 11:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-04 11:24 [PATCHv2 bluetooth-next 0/2] ieee802154: correct sifs handling and new defines Alexander Aring
2015-03-04 11:24 ` [PATCHv2 bluetooth-next 1/2] mac802154: correct max sifs size handling Alexander Aring
2015-03-04 11:24 ` [PATCHv2 bluetooth-next 2/2] ieee802154: replace magic numbers by standard defines Alexander Aring
2015-03-04 11:31   ` Marc Kleine-Budde

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.