<feed xmlns='http://www.w3.org/2005/Atom'>
<title>iwinfo/Makefile, branch master</title>
<subtitle>Library for accessing wireless device drivers</subtitle>
<id>https://git.openwrt.org/project/iwinfo/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/project/iwinfo/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/iwinfo/'/>
<updated>2022-12-15T19:07:27Z</updated>
<entry>
<title>enable useful compiler warnings via -Wall</title>
<updated>2022-12-15T19:07:27Z</updated>
<author>
<name>Andre Heider</name>
</author>
<published>2022-11-23T13:11:31Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/iwinfo/commit/?id=50380db79b8bc3d57c43354d20626e4040dd589d'/>
<id>urn:sha1:50380db79b8bc3d57c43354d20626e4040dd589d</id>
<content type='text'>
There's no reason not to.

Signed-off-by: Andre Heider &lt;a.heider@gmail.com&gt;
</content>
</entry>
<entry>
<title>ops: make support for wireless extensions optional</title>
<updated>2022-09-22T11:20:17Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2022-09-22T11:20:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/iwinfo/commit/?id=b3e08c8b5a8fa2c5badaa7249a549ca274487781'/>
<id>urn:sha1:b3e08c8b5a8fa2c5badaa7249a549ca274487781</id>
<content type='text'>
It is usually not needed anymore and only wastes space

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>build: add ability to specify shared object version</title>
<updated>2021-01-06T23:47:37Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2021-01-06T22:12:46Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/iwinfo/commit/?id=23d2722b1251f1aba9355bba23e17596f93adb65'/>
<id>urn:sha1:23d2722b1251f1aba9355bba23e17596f93adb65</id>
<content type='text'>
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>Revert "build: compile with -ffunction-sections, -fdata-sections and LTO"</title>
<updated>2018-07-31T18:36:35Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2018-07-31T18:36:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/iwinfo/commit/?id=65b8333f5b66f8812c1ed21a4d5b28a576e6ba63'/>
<id>urn:sha1:65b8333f5b66f8812c1ed21a4d5b28a576e6ba63</id>
<content type='text'>
This reverts commit a51413988caaff7001f47c8a62bff11a72ca48bc.

It causes assertion failures in ld and requires changes to linked libraries,
so drop this for now.

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>build: compile with -ffunction-sections, -fdata-sections and LTO</title>
<updated>2018-07-26T07:13:21Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2018-07-26T07:13:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/iwinfo/commit/?id=a51413988caaff7001f47c8a62bff11a72ca48bc'/>
<id>urn:sha1:a51413988caaff7001f47c8a62bff11a72ca48bc</id>
<content type='text'>
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>utils: add simple ubus query support</title>
<updated>2018-07-24T15:36:17Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2018-07-24T14:31:24Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/iwinfo/commit/?id=d991fe54810761643ec96d4eca17fefbdbfef5df'/>
<id>urn:sha1:d991fe54810761643ec96d4eca17fefbdbfef5df</id>
<content type='text'>
Some wireless runtime parameters are not available via nl80211, e.g.
the effective Mesh ID so we need to fetch those from ubus state info.

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>Makefile: drop link against libblobmsg_json and libjson-c</title>
<updated>2016-07-29T14:28:32Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-07-29T14:28:29Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/iwinfo/commit/?id=717ff717509e53ace280c4216d1150af5f1d1b82'/>
<id>urn:sha1:717ff717509e53ace280c4216d1150af5f1d1b82</id>
<content type='text'>
They are not necessary

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>Makefile: explictly link with all shared libraries</title>
<updated>2016-07-23T10:31:12Z</updated>
<author>
<name>Florian Fainelli</name>
</author>
<published>2016-07-11T21:05:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/iwinfo/commit/?id=8e68ab0bb4ba966722b111b2c75766892fb451f7'/>
<id>urn:sha1:8e68ab0bb4ba966722b111b2c75766892fb451f7</id>
<content type='text'>
linking with libuci means we need to link with libblobmsg_json, libjson-c and
libubox. Sinc e we do not use pkg-config or something equivalent, we need to
specify all dependencies.

Signed-off-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt;
</content>
</entry>
<entry>
<title>iwinfo: fix handling of accessing nl80211 interfaces via radio*</title>
<updated>2014-10-27T12:48:19Z</updated>
<author>
<name>nbd</name>
</author>
<published>2014-10-05T10:26:05Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/iwinfo/commit/?id=fe7133f7e5a4faca63b6d939c6d55d09d8c240fb'/>
<id>urn:sha1:fe7133f7e5a4faca63b6d939c6d55d09d8c240fb</id>
<content type='text'>
look up device path via uci instead of assuming a direct phy index

Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

git-svn-id: svn+ssh://svn.openwrt.org/openwrt/trunk@42759 3c298f89-4303-0410-b956-a3cf2f4a3e73
</content>
</entry>
<entry>
<title>Initial commit</title>
<updated>2014-10-05T17:56:27Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2014-10-05T17:56:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/iwinfo/commit/?id=8ae758db52957939eeb6bc1c7da7be9d0339d3aa'/>
<id>urn:sha1:8ae758db52957939eeb6bc1c7da7be9d0339d3aa</id>
<content type='text'>
Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;
</content>
</entry>
</feed>
