27 Jun, 2012

1 commit

  • Every real 802.15.4 transceiver, which works with software MAC layer,
    can be classified as a wpan device in this stack. So the wpan device
    implementation provides missing link in datapath between the device
    drivers and the Linux network queue.

    According to the IEEE 802.15.4 standard each packet can be one of the
    following types:
    - beacon
    - MAC layer command
    - ACK
    - data

    This patch adds support for the data packet-type only, but this is
    enough to perform data transmission and receiving over radio.

    Signed-off-by: Alexander Smirnov
    Signed-off-by: David S. Miller

    alex.bluesman.smirnov@gmail.com
     

17 May, 2012

2 commits


06 Nov, 2009

2 commits


20 Aug, 2009

1 commit


13 Aug, 2009

2 commits


09 Jun, 2009

1 commit