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
- dataThis 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
17 May, 2012
2 commits
-
Support for monitor device intended to capture all the network activity.
This interface could be used by networks sniffers and is already
supported by WireShark. That's a good test point to check that basic
MAC support works.Signed-off-by: Alexander Smirnov
Signed-off-by: David S. Miller -
This stack implementation distinguishes several types of slave
interfaces. Another parameter to 'add_iface_' function is added
to clarify the interface type is going to be registered.Signed-off-by: Alexander Smirnov
Signed-off-by: David S. Miller
06 Nov, 2009
2 commits
-
Add support for two more NL802154 commands: ADD_IFACE and DEL_IFACE,
thus allowing creation and removal of logic WPAN interfaces on the top
of wpan-phy.Signed-off-by: Dmitry Eremin-Solenikov
-
Add nl802154 command to get information about PHY's present in
the system.Signed-off-by: Dmitry Eremin-Solenikov
20 Aug, 2009
1 commit
-
IEEE 802.15.4-2006 adds new concept: channel pages, which can contain several
channels. Add support for channel pages in the API and in the fakehard driver.Signed-off-by: Dmitry Eremin-Solenikov
13 Aug, 2009
2 commits
-
Signed-off-by: Dmitry Eremin-Solenikov
Signed-off-by: David S. Miller -
Signed-off-by: Dmitry Eremin-Solenikov
Signed-off-by: David S. Miller
09 Jun, 2009
1 commit
-
Add a netlink interface for configuration of IEEE 802.15.4 device. Also this
interface specifies events notification sent by devices towards higher layers.Signed-off-by: Dmitry Eremin-Solenikov
Signed-off-by: Sergey Lapin
Signed-off-by: David S. Miller