LWN.net Logo

DRAFT: IEEE 802.15.4 MAC layer basic implementation

From:  Alexander Smirnov <alex.bluesman.smirnov@gmail.com>
To:  dbaryshkov@gmail.com
Subject:  [MAC802154] DRAFT: IEEE 802.15.4 MAC layer basic implementation
Date:  Wed, 30 Nov 2011 17:18:27 +0300
Message-ID:  <20111130141827.GA3739@avtobot.cybertron>
Cc:  linux-zigbee-devel@lists.sourceforge.net, netdev@vger.kernel.org, davem@davemloft.net, alex.bluesman.smirnov@gmail.com
Archive-link:  Article, Thread

Hello all,

The IEEE 802.15.4 Working Group focuses on the standardization of the
bottom two layers of ISO/OSI protocol stack: Physical (PHY) and MAC.
The MAC layer provides access control to a shared channel and reliable
data delivery. The main functions performed by the MAC sublayer are:
association and disassociation, security control, optional star
network topology functions, such as beacon generation and Guaranteed
Time Slots (GTSs) management, generation of ACK frames (if used), and,
finally, application support for the two possible network topologies
described in the standard.

This stack has working implementation in 'linux-zigbee.sourceforge.net'
project, but unfortunately all the development was freezed according to
unknown issue and it hasn't been merged to mailnline.

Currently I'm the one engineer who continue working on them. So the
following patch series is based on the project mentioned above, and I just
cut code into roudimentary pieces with minor fixes.

The code in the following patches was tested by 6LowPAN module. I took at230
transciever driver from 'linux-zigbee' and brought up IPv6 network, it worked.

Could please anyone review patches and let me know what do you think?

With best regards,
Alexander Smirnov

Copyright © 2011, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds