17 May, 2012
2 commits
-
According IEEE 802.15.4 standard each node can be either full functionality
device (FFD) or reduce functionality device (RFD). So 2 sets of operations
are needed. This patch declare RFD operations structure.Signed-off-by: Alexander Smirnov
Signed-off-by: David S. Miller -
Main RX data path implementation between physical and mac layers.
Signed-off-by: Alexander Smirnov
Signed-off-by: David S. Miller
06 Nov, 2009
2 commits
-
ops->get_phy should increment reference to wpan-phy. As we return
the external structure, we should do refcounting correctly.Signed-off-by: Dmitry Eremin-Solenikov
-
Some of ieee802154 operations really shouldn't change passed net_device.
Constify passed argument.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
23 Jul, 2009
1 commit
-
include/net/ieee802154/af_ieee802154.h (and others) naming seems to be too long
and redundant. Drop one level of subdirectories.Signed-off-by: Dmitry Eremin-Solenikov