android_kernel_samsung_msm8976/net/mac802154
alex.bluesman.smirnov@gmail.com 32bad7e30f mac802154: add wpan device-class support
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 <alex.bluesman.smirnov@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2012-06-26 21:06:11 -07:00
..
ieee802154_dev.c mac802154: add wpan device-class support 2012-06-26 21:06:11 -07:00
Kconfig
mac802154.h mac802154: add wpan device-class support 2012-06-26 21:06:11 -07:00
mac_cmd.c mac802154: add wpan device-class support 2012-06-26 21:06:11 -07:00
Makefile mac802154: add wpan device-class support 2012-06-26 21:06:11 -07:00
mib.c mac802154: basic mib support 2012-05-16 15:17:08 -04:00
monitor.c mac802154: monitor device support 2012-05-16 15:17:08 -04:00
rx.c mac802154: add wpan device-class support 2012-06-26 21:06:11 -07:00
tx.c mac802154: TX data path 2012-05-16 15:16:49 -04:00
wpan.c mac802154: add wpan device-class support 2012-06-26 21:06:11 -07:00