<feed xmlns='http://www.w3.org/2005/Atom'>
<title>talos-op-linux/include/net/wpan-phy.h, branch v3.0</title>
<subtitle>Talos™ II Linux sources for OpenPOWER</subtitle>
<id>https://git.raptorcs.com/git/talos-op-linux/atom?h=v3.0</id>
<link rel='self' href='https://git.raptorcs.com/git/talos-op-linux/atom?h=v3.0'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-op-linux/'/>
<updated>2011-03-31T14:26:23+00:00</updated>
<entry>
<title>Fix common misspellings</title>
<updated>2011-03-31T14:26:23+00:00</updated>
<author>
<name>Lucas De Marchi</name>
<email>lucas.demarchi@profusion.mobi</email>
</author>
<published>2011-03-31T01:57:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-op-linux/commit/?id=25985edcedea6396277003854657b5f3cb31a628'/>
<id>urn:sha1:25985edcedea6396277003854657b5f3cb31a628</id>
<content type='text'>
Fixes generated by 'codespell' and manually reviewed.

Signed-off-by: Lucas De Marchi &lt;lucas.demarchi@profusion.mobi&gt;
</content>
</entry>
<entry>
<title>ieee802154: add support for creation/removal of logic interfaces</title>
<updated>2009-11-06T11:32:24+00:00</updated>
<author>
<name>Dmitry Eremin-Solenikov</name>
<email>dbaryshkov@gmail.com</email>
</author>
<published>2009-11-05T13:56:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-op-linux/commit/?id=bb1cafb8fc414d6dbe933f888df6540c2ef02101'/>
<id>urn:sha1:bb1cafb8fc414d6dbe933f888df6540c2ef02101</id>
<content type='text'>
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 &lt;dbaryshkov@gmail.com&gt;
</content>
</entry>
<entry>
<title>ieee802154: add an mlme_ops call to retrieve PHY object</title>
<updated>2009-11-06T11:32:18+00:00</updated>
<author>
<name>Dmitry Eremin-Solenikov</name>
<email>dbaryshkov@gmail.com</email>
</author>
<published>2009-11-04T14:53:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-op-linux/commit/?id=42723448b8bacf60c96812196d7725d8d605d0c4'/>
<id>urn:sha1:42723448b8bacf60c96812196d7725d8d605d0c4</id>
<content type='text'>
ops-&gt;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 &lt;dbaryshkov@gmail.com&gt;
</content>
</entry>
<entry>
<title>wpan-phy: follow usual patter of devices registration</title>
<updated>2009-11-06T11:29:50+00:00</updated>
<author>
<name>Dmitry Eremin-Solenikov</name>
<email>dbaryshkov@gmail.com</email>
</author>
<published>2009-09-28T15:01:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-op-linux/commit/?id=e9cf356c0c6b975fda84b15a5abdd1db88d74f84'/>
<id>urn:sha1:e9cf356c0c6b975fda84b15a5abdd1db88d74f84</id>
<content type='text'>
Follow the usual pattern of devices registration by adding new function
(wpan_phy_set_dev) that sets child-&gt;parent relationship and removing
parent argument from wpan_phy_register call.

Signed-off-by: Dmitry Eremin-Solenikov &lt;dbaryshkov@gmail.com&gt;
</content>
</entry>
<entry>
<title>wpan-phy: allow specifying a per-page channel mask</title>
<updated>2009-11-06T11:23:41+00:00</updated>
<author>
<name>Dmitry Eremin-Solenikov</name>
<email>dbaryshkov@gmail.com</email>
</author>
<published>2009-09-22T11:26:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-op-linux/commit/?id=a0b4a738e0e03f5e0d6ca366560f9a48e5adf83a'/>
<id>urn:sha1:a0b4a738e0e03f5e0d6ca366560f9a48e5adf83a</id>
<content type='text'>
IEEE 802.15.4-2006 defines channel pages that hold channels (max 32 pages,
27 channels per page). Allow the driver to specify supported channels
on pages, other than the first one.

Signed-off-by: Dmitry Eremin-Solenikov &lt;dbaryshkov@gmail.com&gt;
</content>
</entry>
<entry>
<title>wpan-phy: add wpan-phy iteration functions</title>
<updated>2009-11-06T11:12:24+00:00</updated>
<author>
<name>Dmitry Eremin-Solenikov</name>
<email>dbaryshkov@gmail.com</email>
</author>
<published>2009-09-15T12:57:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-op-linux/commit/?id=1c889f4db6b2f8f8429e62011ba622642faba019'/>
<id>urn:sha1:1c889f4db6b2f8f8429e62011ba622642faba019</id>
<content type='text'>
Add API to iterate over the wpan-phy instances.

Signed-off-by: Dmitry Eremin-Solenikov &lt;dbaryshkov@gmail.com&gt;
</content>
</entry>
<entry>
<title>wpan-phy: add a helper to put the wpan_phy device</title>
<updated>2009-11-06T11:10:32+00:00</updated>
<author>
<name>Dmitry Eremin-Solenikov</name>
<email>dbaryshkov@gmail.com</email>
</author>
<published>2009-09-14T14:11:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-op-linux/commit/?id=69d9ab96f983720b7794e91437bd9c5f83bae9f7'/>
<id>urn:sha1:69d9ab96f983720b7794e91437bd9c5f83bae9f7</id>
<content type='text'>
Signed-off-by: Dmitry Eremin-Solenikov &lt;dbaryshkov@gmail.com&gt;
</content>
</entry>
<entry>
<title>ieee802154: add a sysfs representation of WPAN master devices</title>
<updated>2009-08-19T19:08:20+00:00</updated>
<author>
<name>Dmitry Eremin-Solenikov</name>
<email>dbaryshkov@gmail.com</email>
</author>
<published>2009-08-14T12:13:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-op-linux/commit/?id=2bfb1070ba1fdb8cbc2b0b9ff61a3b0701ab40de'/>
<id>urn:sha1:2bfb1070ba1fdb8cbc2b0b9ff61a3b0701ab40de</id>
<content type='text'>
Add a sysfs/in-kernel representation of LR-WPAN master devices.

Signed-off-by: Dmitry Eremin-Solenikov &lt;dbaryshkov@gmail.com&gt;
</content>
</entry>
</feed>
