<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luci/modules/admin-full/luasrc/model/cbi/admin_network/wifi.lua, branch 0.11.0</title>
<subtitle>Lua Configuration Interface (mirror)</subtitle>
<id>https://git.openwrt.org/project/luci/atom?h=0.11.0</id>
<link rel='self' href='https://git.openwrt.org/project/luci/atom?h=0.11.0'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/'/>
<updated>2012-12-18T13:58:22Z</updated>
<entry>
<title>luci-0.11: merge outstanding trunk changes</title>
<updated>2012-12-18T13:58:22Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2012-12-18T13:58:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=839dcdc01299869bc714990c19d8e244f18318b5'/>
<id>urn:sha1:839dcdc01299869bc714990c19d8e244f18318b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>modules/admin-full: cope with undefined frequency lists</title>
<updated>2012-09-26T17:34:58Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2012-09-26T17:34:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=02ac6686fe8165a3965fd79e3fb32aaf1f831c79'/>
<id>urn:sha1:02ac6686fe8165a3965fd79e3fb32aaf1f831c79</id>
<content type='text'>
</content>
</entry>
<entry>
<title>support extant Antenna configuration</title>
<updated>2012-08-15T16:31:41Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2012-08-15T16:31:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=b70cdbdb7b182d3aa6df850c2250c5596658abf4'/>
<id>urn:sha1:b70cdbdb7b182d3aa6df850c2250c5596658abf4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>modules/admin-full: rework help text for network_netlist widget</title>
<updated>2012-08-09T23:44:18Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2012-08-09T23:44:18Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=396350aaf4cb2cc8285a4cfd33b063a65dc3a50a'/>
<id>urn:sha1:396350aaf4cb2cc8285a4cfd33b063a65dc3a50a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>modules/admin-full: remove usage of wifi.channels()</title>
<updated>2012-08-08T20:22:15Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2012-08-08T20:22:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=e183e134b86025fa301f5a52310993fcdf8f442b'/>
<id>urn:sha1:e183e134b86025fa301f5a52310993fcdf8f442b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>modules/admin-full: use luci.sys.net.mac_hints() in wifi maclist config</title>
<updated>2012-08-08T15:20:10Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2012-08-08T15:20:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=f0a99dd6c7e2a32868ea40d9e08b6c6b44d6ce5d'/>
<id>urn:sha1:f0a99dd6c7e2a32868ea40d9e08b6c6b44d6ce5d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>modules/admin-full: expose wmm option for mac80211 interfaces</title>
<updated>2012-07-23T08:53:50Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2012-07-23T08:53:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=746a5be1a896424b6e7db2cd0df107cb847831a8'/>
<id>urn:sha1:746a5be1a896424b6e7db2cd0df107cb847831a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>modules/admin-full: extend wifi model to allow assigning multiple networks</title>
<updated>2012-06-26T21:49:18Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2012-06-26T21:49:18Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=2e924f7aa5d7c5c8ac2cc8f3490dfadf6fbfcccf'/>
<id>urn:sha1:2e924f7aa5d7c5c8ac2cc8f3490dfadf6fbfcccf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Only show the TX-power selector if the hardware supports more than one option.</title>
<updated>2012-06-18T19:42:39Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2012-06-18T19:42:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=fb5d41c2a5aa751302375c0a31ca03d095145e93'/>
<id>urn:sha1:fb5d41c2a5aa751302375c0a31ca03d095145e93</id>
<content type='text'>
Some mac80211 drivers (rt2x00) probably won't support limiting TX-power to a
user-defined value in the near future under certain conditions, so it makes
sense to not expose that option in order not to confuse the user.

See http://patchwork.openwrt.org/patch/2187/
to understand the situation.

Signed-off-by: Daniel Golle &lt;dgolle@allnet.de&gt;


</content>
</entry>
<entry>
<title>modules/admin-full: check /etc/ethers and /var/dhcp.leases for existence before trying to read them</title>
<updated>2012-05-23T22:22:22Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2012-05-23T22:22:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=b3e5467ec6d9782bd2c2fa64869bfab8c54dd8aa'/>
<id>urn:sha1:b3e5467ec6d9782bd2c2fa64869bfab8c54dd8aa</id>
<content type='text'>
</content>
</entry>
</feed>
