1. 17 5月, 2012 1 次提交
    • A
      mac802154: basic ieee802.15.4 device structures · 0afd7ad9
      alex.bluesman.smirnov@gmail.com 提交于
      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 is an initial commit which describes main data structures needed
      for ieee802.15.4 compatible devices representation in the MAC layer.
      Signed-off-by: NAlexander Smirnov <alex.bluesman.smirnov@gmail.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      0afd7ad9
  2. 16 5月, 2012 25 次提交
  3. 15 5月, 2012 9 次提交
  4. 14 5月, 2012 5 次提交