<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Acinonyx Weblog &#187; DWL-900AP+</title>
	<atom:link href="http://www.acinonyx.tk/index.php/tag/dwl-900ap/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.acinonyx.tk</link>
	<description>Acinonyx weblog</description>
	<lastBuildDate>Fri, 27 Jan 2012 13:19:56 +0000</lastBuildDate>
	<language>el</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>DWL-900AP+/800AP+/810+ firmware checksum calculator</title>
		<link>http://www.acinonyx.tk/index.php/2008/01/26/dwl-900ap800ap810-firmware-checksum-calculator/</link>
		<comments>http://www.acinonyx.tk/index.php/2008/01/26/dwl-900ap800ap810-firmware-checksum-calculator/#comments</comments>
		<pubDate>Fri, 25 Jan 2008 21:00:23 +0000</pubDate>
		<dc:creator>Acinonyx</dc:creator>
				<category><![CDATA[WiFi]]></category>
		<category><![CDATA[DWL-800AP+]]></category>
		<category><![CDATA[DWL-810]]></category>
		<category><![CDATA[DWL-900AP+]]></category>
		<category><![CDATA[DWL-900AP+ rev.B]]></category>
		<category><![CDATA[DWL-900AP+ rev.C]]></category>
		<category><![CDATA[firmwares]]></category>

		<guid isPermaLink="false">http://www.acinonyx.tk/?p=134</guid>
		<description><![CDATA[Firmware Modification Instructions Unarj some_firmware.bin (is actually an arj archive) Modify NML.MEM image Arj NML.MEM back to some_firmware.bin Pad zeros to end of some_firmware.bin until it reaches size 0xe0000 Copy hardware version string starting at address 0xdffe0 Compile dwl_checksum.c: gcc -o dwl_checksum dwl_checksum.c Calculate 32bit checksum: dwl_checksum &#60; some_firmware.bin Copy 32bit checksum (lsbyte to msbyte) [...]]]></description>
			<content:encoded><![CDATA[<h2>Firmware Modification Instructions</h2>
<ul>
<li>Unarj some_firmware.bin (is actually an arj archive)</li>
<li>Modify NML.MEM image</li>
<li>Arj NML.MEM back to some_firmware.bin</li>
<li>Pad zeros to end of some_firmware.bin until it reaches size 0xe0000</li>
<li>Copy hardware version string starting at address 0xdffe0</li>
<li>Compile dwl_checksum.c:
<ul>
<li>gcc -o dwl_checksum dwl_checksum.c</li>
</ul>
</li>
<li>Calculate 32bit checksum:
<ul>
<li>dwl_checksum &lt; some_firmware.bin</li>
</ul>
</li>
<li>Copy 32bit checksum (lsbyte to msbyte) at address 0xdfffc</li>
</ul>
<p> <img src='http://www.acinonyx.tk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<h2>Download</h2>
<p>C:<a href="http://www.acinonyx.tk/wp-content/uploads/2008/10/dwl_checksum.c">dwl_checksum.c</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.acinonyx.tk/index.php/2008/01/26/dwl-900ap800ap810-firmware-checksum-calculator/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>DWL-900AP+ rev.B Modified firmware</title>
		<link>http://www.acinonyx.tk/index.php/2006/07/03/dwl-900ap-revb-improved-firmwares/</link>
		<comments>http://www.acinonyx.tk/index.php/2006/07/03/dwl-900ap-revb-improved-firmwares/#comments</comments>
		<pubDate>Sun, 02 Jul 2006 21:00:30 +0000</pubDate>
		<dc:creator>Acinonyx</dc:creator>
				<category><![CDATA[WiFi]]></category>
		<category><![CDATA[DWL-900AP+]]></category>
		<category><![CDATA[DWL-900AP+ rev.B]]></category>
		<category><![CDATA[firmwares]]></category>

		<guid isPermaLink="false">http://www.acinonyx.tk/?p=64</guid>
		<description><![CDATA[Improvements Antenna selection remains the same for both RX and TX More TX power control settings (1 – 18dbm) Power control works on all modes Additional channels (12, 13 and 14) Better web interface Screenshots ChangeLog 03-07-2006 – v0.3 Fixed Internal is external and External is internal Antenna bug. 15-02-2006 – v0.2 First release of [...]]]></description>
			<content:encoded><![CDATA[<h2>Improvements</h2>
<ul>
<li> Antenna selection remains the same for both RX and TX</li>
<li>More TX power control settings (1 – 18dbm)</li>
<li>Power control works on all modes</li>
<li>Additional channels (12, 13 and 14)</li>
<li>Better web interface</li>
</ul>
<h2>Screenshots</h2>
<div id="attachment_65" class="wp-caption alignnone" style="width: 310px"><a href="http://www.acinonyx.tk/wp-content/uploads/2008/10/adv_perform.jpg" target="_blank"><img class="size-medium wp-image-65" style="border: 0pt none;" title="Advanced / Performance" src="http://www.acinonyx.tk/wp-content/uploads/2008/10/adv_perform-300x225.jpg" alt="Advanced / Performance" width="300" height="225" /></a><p class="wp-caption-text">Advanced / Performance</p></div>
<p><span id="more-64"></span></p>
<h2>ChangeLog</h2>
<ul>
<li>03-07-2006 – v0.3
<ul>
<li>Fixed Internal is external and External is internal Antenna bug.</li>
</ul>
</li>
<li>15-02-2006 – v0.2
<ul>
<li>First release of firmware.</li>
<li>Removed misinterpreted TX power setting of 0dbm.</li>
</ul>
</li>
<li>14-02-2006 – v0.1
<ul>
<li>Fixed antenna selection. Now works the same for both TX and RX.</li>
<li>Added more TX power settings (0 – 18dbm).</li>
<li>Added «* scans on current channel only» note to adv_mode.html.</li>
<li>Added URL to tools_firmw.html.</li>
<li>Added photo of D-link PCB.</li>
<li>Added modification version and date to tools_firmw.html</li>
<li>Changed banner photo – added credits <img src='http://www.acinonyx.tk/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </li>
<li>Changed «Good packets» to «Total packets» in st_stats.html.</li>
<li>Changed Right and Left Antenna  to Internal and External in adv_perf.html.</li>
<li>Unlocked european channels 12 and 13 and japanese channel 14</li>
</ul>
</li>
</ul>
<h2>Download</h2>
<ul>
<li>F/W: <a href="http://www.acinonyx.tk/wp-content/uploads/2008/10/261_mod_03_acinonyx.zip">2.61_mod_0.3_acinonyx</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.acinonyx.tk/index.php/2006/07/03/dwl-900ap-revb-improved-firmwares/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>D-link DWL-900AP+ rev.C Hardware Overview</title>
		<link>http://www.acinonyx.tk/index.php/2005/01/19/d-link-dwl-900ap-revc-hardware-overview/</link>
		<comments>http://www.acinonyx.tk/index.php/2005/01/19/d-link-dwl-900ap-revc-hardware-overview/#comments</comments>
		<pubDate>Tue, 18 Jan 2005 21:00:29 +0000</pubDate>
		<dc:creator>Acinonyx</dc:creator>
				<category><![CDATA[WiFi]]></category>
		<category><![CDATA[DWL-900AP+]]></category>
		<category><![CDATA[DWL-900AP+ rev.C]]></category>

		<guid isPermaLink="false">http://www.acinonyx.tk/?p=20</guid>
		<description><![CDATA[Hardware Mainboard GL2422AP-1T1-B0 v1.1 v1.2 PSU AIC1563CN Input voltage: Up to 30V Output voltage: 3.3Vdc Output current Peak: 2A Continuous: 1.5A CPU Conexant CX82100-4X Core: ARM940T (ARM9TDMI) Max Clock Speed: 168MHz Unused peripherals USB1.1 1 x MII ethernet controllers Flash memory M29W800DB Capacity: 8Mbits = 1Mbyte 100,000 write/erase cycles SDRAM IC42S16400-7T Capacity: 64Mbits = 8Mbytes [...]]]></description>
			<content:encoded><![CDATA[<h1>Hardware</h1>
<ul>
<li><strong>Mainboard</strong>
<ul>
<li>GL2422AP-1T1-B0
<ul>
<li>v1.1</li>
<li> v1.2</li>
</ul>
</li>
</ul>
</li>
<li> <strong>PSU</strong>
<ul>
<li> AIC1563CN
<ul>
<li> Input voltage: Up to 30V</li>
<li>Output voltage: 3.3Vdc</li>
<li> Output current
<ul>
<li> Peak: 2A</li>
<li> Continuous: 1.5A</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li> <strong>CPU</strong>
<ul>
<li> Conexant CX82100-4X
<ul>
<li> Core: ARM940T (ARM9TDMI)</li>
<li> Max Clock Speed: 168MHz</li>
<li> Unused peripherals
<ul>
<li> USB1.1</li>
<li> 1 x MII ethernet controllers</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li> <strong>Flash memory</strong>
<ul>
<li> M29W800DB
<ul>
<li> Capacity: 8Mbits = 1Mbyte</li>
<li> 100,000 write/erase cycles</li>
</ul>
</li>
</ul>
</li>
<li> <strong>SDRAM</strong>
<ul>
<li> IC42S16400-7T</li>
<li> Capacity: 64Mbits = 8Mbytes</li>
<li> Max Clock Speed: 133MHz</li>
</ul>
</li>
<li> <strong>PLD</strong>
<ul>
<li> EPM3032A
<ul>
<li> CMOS EEPROM-based</li>
<li> Interfaces with a hex inverter (AHC74)</li>
</ul>
</li>
</ul>
</li>
<li> <strong>miniPCI slot</strong>
<ul>
<li> Probably miniPCI v1.0 compliant slot</li>
<li> Wireless miniPCI: GL2422MP-MT2</li>
</ul>
</li>
<li> <strong>Ethernet Physical Transceiver</strong>
<ul>
<li> KS8721B
<ul>
<li> Auto-negotiation</li>
<li> 100BaseTX/FX</li>
<li> 10BaseT</li>
<li> Full/Half duplex</li>
</ul>
</li>
</ul>
</li>
<li> <strong>JTAG connectors</strong>
<ul>
<li> 14-pin (Embedded Ice compatible) for ARM9</li>
<li> 10-pin for Altera PLD</li>
</ul>
</li>
<li> <strong>Serial interface</strong>
<ul>
<li> not installed</li>
</ul>
</li>
</ul>
<p><span id="more-20"></span></p>
<h2>Mainboard</h2>
<p>Below you can see the mainboard of DWL-900AP+ and the various ICs used on it. It must be at least a 3-layer PCB .</p>
<div id="attachment_26" class="wp-caption alignnone" style="width: 310px"><a href="http://www.acinonyx.tk/wp-content/uploads/2008/10/dlink-mainboard.jpg" target="_blank"><img class="size-medium wp-image-26" style="border: 0pt none;" title="dlink-mainboard" src="http://www.acinonyx.tk/wp-content/uploads/2008/10/dlink-mainboard-300x240.jpg" alt="DWL-900AP+ Mainboard" width="300" height="240" /></a><p class="wp-caption-text">DWL-900AP+ Mainboard</p></div>
<p>The OEM vendor of this board is Global Sun . The OEM ID is GL2422AP-1T1-B10 and is printed on the mainboard together with a PCB version. I have come across two different PCB versions, v1.1 and v1.2. The latest is slightly different – some discrete capacitors have been replaced with SMD – but all the functions are identical.</p>
<div id="attachment_28" class="wp-caption alignnone" style="width: 310px"><a href="http://www.acinonyx.tk/wp-content/uploads/2008/10/dlink-oemid.jpg" target="_blank"><img class="size-medium wp-image-28" style="border: 0pt none;" title="dlink-oemid" src="http://www.acinonyx.tk/wp-content/uploads/2008/10/dlink-oemid-300x240.jpg" alt="OEM ID: 2422AP-1T1-B10" width="300" height="240" /></a><p class="wp-caption-text">OEM ID: 2422AP-1T1-B10</p></div>
<h2>PSU</h2>
<p>The power supply section uses an AIC1563CN DC/DC converter to step the voltage from the power supply unit down to 3.3V. It can withstand input voltages up to 30V and can deliver 2A peak and 1.5A continuous current. According to the datasheet its efficiency is up to 90% . A POE system could be built by just injecting higher than the PSU voltage (but not above 10Volts) into UTP cable and letting this IC do all the job to bring it down. <img src='http://www.acinonyx.tk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<div id="attachment_22" class="wp-caption alignnone" style="width: 310px"><a href="http://www.acinonyx.tk/wp-content/uploads/2008/10/dlink-dc-dc.jpg" target="_blank"><img class="size-medium wp-image-22" style="border: 0pt none;" title="dlink-dc-dc" src="http://www.acinonyx.tk/wp-content/uploads/2008/10/dlink-dc-dc-300x240.jpg" alt="AIC1563CN DC/DC converter" width="300" height="240" /></a><p class="wp-caption-text">AIC1563CN DC/DC converter</p></div>
<h2>CPU</h2>
<p>The heart of the device is covered by a heatsink. It is the Conexant CX82100-4X Home Network Processor running at a maximum of 168 MHz . This processor is based on an ARM940T (ARM9TDMI) core, plus some peripherals. In fact not all of them are functional on this device. There is a USB 1.1 slave interface and a second ethernet controller which are not used by DWL-900AP+ nor they have any connectors to interface them. But they exist. <img src='http://www.acinonyx.tk/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<div id="attachment_21" class="wp-caption alignnone" style="width: 310px"><a href="http://www.acinonyx.tk/wp-content/uploads/2008/10/dlink-cpu.jpg" target="_blank"><img class="size-medium wp-image-21" style="border: 0pt none;" title="dlink-cpu" src="http://www.acinonyx.tk/wp-content/uploads/2008/10/dlink-cpu-300x240.jpg" alt="Under the heatsink is the CX82100-4X HNP" width="300" height="240" /></a><p class="wp-caption-text">Under the heatsink is the CX82100-4X HNP</p></div>
<h2>Flash memory</h2>
<p>Flash ROM of the device is the M29W800DB from ST. Its capacity is 8Mbits which means 1MByte memory for an ARM processor. It can be programmed and erased under low voltages and is divided in blocks which can be programmed/erased individually. The guranteed lifetime of this IC is 100,000 write/erase cycles per block .</p>
<div id="attachment_24" class="wp-caption alignnone" style="width: 310px"><a href="http://www.acinonyx.tk/wp-content/uploads/2008/10/dlink-flash.jpg" target="_blank"><img class="size-medium wp-image-24" style="border: 0pt none;" title="dlink-flash" src="http://www.acinonyx.tk/wp-content/uploads/2008/10/dlink-flash-300x240.jpg" alt="M29W800DB flash memory chip" width="300" height="240" /></a><p class="wp-caption-text">M29W800DB flash memory chip</p></div>
<h2>miniPCI slot</h2>
<p>The miniPCI slot seems to be a standard miniPCI v1.0 compliant slot. The wireless card put there is again by Global Sun GL2522MP-MT2 v1.1 . A review for the wireless miniPCI card is here .</p>
<div id="attachment_27" class="wp-caption alignnone" style="width: 310px"><a href="http://www.acinonyx.tk/wp-content/uploads/2008/10/dlink-minipci-slot.jpg" target="_blank"><img class="size-medium wp-image-27" style="border: 0pt none;" title="dlink-minipci-slot" src="http://www.acinonyx.tk/wp-content/uploads/2008/10/dlink-minipci-slot-300x240.jpg" alt="miniPCI slot" width="300" height="240" /></a><p class="wp-caption-text">miniPCI slot</p></div>
<h2>SDRAM</h2>
<p>IC42S16400-7T is the RAM of the system. It is a SDRAM with a capacity of 64Mbits and a clock frequency up to 133MHz . 64Mbits for the ARM processor is 8MBytes of  RAM.</p>
<div id="attachment_30" class="wp-caption alignnone" style="width: 310px"><a href="http://www.acinonyx.tk/wp-content/uploads/2008/10/dlink-ram.jpg" target="_blank"><img class="size-medium wp-image-30" style="border: 0pt none;" title="dlink-ram" src="http://www.acinonyx.tk/wp-content/uploads/2008/10/dlink-ram-300x240.jpg" alt="IC42S16400" width="300" height="240" /></a><p class="wp-caption-text">IC42S16400</p></div>
<h2>PLD</h2>
<p>A mysterious IC is the Altera EPM3032-A PLD. It is an EEPROM-based PLD with a Jtag interface. A hex inverter (AHC74) is also connected to it. I cannot imagine what could be the use for a PLD in 900AP+. If anyone has any idea why it might be there please let me know.</p>
<div id="attachment_29" class="wp-caption alignnone" style="width: 310px"><a href="http://www.acinonyx.tk/wp-content/uploads/2008/10/dlink-pld.jpg" target="_blank"><img class="size-medium wp-image-29" style="border: 0pt none;" title="dlink-pld" src="http://www.acinonyx.tk/wp-content/uploads/2008/10/dlink-pld-300x240.jpg" alt="Altera EPM3032-A" width="300" height="240" /></a><p class="wp-caption-text">Altera EPM3032-A</p></div>
<h2>Ethernet</h2>
<p>The physical transceiver for the ethernet interface is the Kendin KS8721B . It provides media independent interface (MII) reception and transmission of data to CX82100 HNP . It also supports auto-negotiation and manual selection for 10/100Mbps speed and full/half duplex mode .</p>
<div id="attachment_23" class="wp-caption alignnone" style="width: 310px"><a href="http://www.acinonyx.tk/wp-content/uploads/2008/10/dlink-ethernet.jpg" target="_blank"><img class="size-medium wp-image-23" style="border: 0pt none;" title="dlink-ethernet" src="http://www.acinonyx.tk/wp-content/uploads/2008/10/dlink-ethernet-300x240.jpg" alt="Kendin KS8721B" width="300" height="240" /></a><p class="wp-caption-text">Kendin KS8721B</p></div>
<h2>JTAG</h2>
<p>And finally the most interesting part. There are two Jtag connectors – one for ARM9 processor (J2) and one for Altera PLD (J5). The first is a standard 14-pin (embedded ICE) Jtag connector . I wonder if we could program the flash ROM through there with an embedded OS&#8230; <img src='http://www.acinonyx.tk/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<div id="attachment_25" class="wp-caption alignnone" style="width: 250px"><a href="http://www.acinonyx.tk/wp-content/uploads/2008/10/dlink-jtags.jpg" target="_blank"><img class="size-medium wp-image-25" style="border: 0pt none;" title="dlink-jtags" src="http://www.acinonyx.tk/wp-content/uploads/2008/10/dlink-jtags-240x300.jpg" alt="Jtag connectors" width="240" height="300" /></a><p class="wp-caption-text">Jtag connectors</p></div>
<h2>Serial interface</h2>
<p>Unfortunately  there isn&#8217;t any UART installed in the device so as to watch how an embedded linux kernel loads. If anyone has information about flashing with an embedded OS or installing an UART please <a href="../../../../index.php/contact/">contact</a> me.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.acinonyx.tk/index.php/2005/01/19/d-link-dwl-900ap-revc-hardware-overview/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>DWL-900AP+ rev.C Modified firmware</title>
		<link>http://www.acinonyx.tk/index.php/2005/01/08/dwl-900ap-revc-modified-firmwares/</link>
		<comments>http://www.acinonyx.tk/index.php/2005/01/08/dwl-900ap-revc-modified-firmwares/#comments</comments>
		<pubDate>Fri, 07 Jan 2005 21:00:48 +0000</pubDate>
		<dc:creator>Acinonyx</dc:creator>
				<category><![CDATA[WiFi]]></category>
		<category><![CDATA[DWL-900AP+]]></category>
		<category><![CDATA[DWL-900AP+ rev.C]]></category>
		<category><![CDATA[firmwares]]></category>

		<guid isPermaLink="false">http://www.acinonyx.tk/?p=76</guid>
		<description><![CDATA[Improvements Antenna selection remains the same for both RX and TX More TX power control settings (0 – 18dbm) Power control works on all modes Additional channels (12, 13 and 14) Better web interface Screenshots ChangeLog 08-01-2005 – v0.6 Unlocked european channels 12 and 13 and japanese channel 14 30-12-2004 – v0.5 TX power control [...]]]></description>
			<content:encoded><![CDATA[<h2>Improvements</h2>
<ul>
<li>Antenna selection remains the same for both RX and TX</li>
<li>More TX power control settings (0 – 18dbm)</li>
<li>Power control works on all modes</li>
<li>Additional channels (12, 13 and 14)</li>
<li>Better web interface</li>
</ul>
<h2>Screenshots</h2>

<a href='http://www.acinonyx.tk/index.php/2005/01/08/dwl-900ap-revc-modified-firmwares/adv_mode/' title='Advanced / Mode'><img width="150" height="150" src="http://www.acinonyx.tk/wp-content/uploads/2008/10/adv_mode-150x150.jpg" class="attachment-thumbnail" alt="Advanced / Mode" title="Advanced / Mode" /></a>
<a href='http://www.acinonyx.tk/index.php/2005/01/08/dwl-900ap-revc-modified-firmwares/adv_perform1/' title='Advanced / Performance'><img width="150" height="150" src="http://www.acinonyx.tk/wp-content/uploads/2008/10/adv_perform1-150x150.jpg" class="attachment-thumbnail" alt="Advanced / Performance" title="Advanced / Performance" /></a>
<a href='http://www.acinonyx.tk/index.php/2005/01/08/dwl-900ap-revc-modified-firmwares/h_wireless/' title='Home / Wireless'><img width="150" height="150" src="http://www.acinonyx.tk/wp-content/uploads/2008/10/h_wireless-150x150.jpg" class="attachment-thumbnail" alt="Home / Wireless" title="Home / Wireless" /></a>
<a href='http://www.acinonyx.tk/index.php/2005/01/08/dwl-900ap-revc-modified-firmwares/st_stats/' title='Status / Stats'><img width="150" height="150" src="http://www.acinonyx.tk/wp-content/uploads/2008/10/st_stats-150x150.jpg" class="attachment-thumbnail" alt="Status / Stats" title="Status / Stats" /></a>
<a href='http://www.acinonyx.tk/index.php/2005/01/08/dwl-900ap-revc-modified-firmwares/tools_firmw/' title='Tools / Firmware'><img width="150" height="150" src="http://www.acinonyx.tk/wp-content/uploads/2008/10/tools_firmw-150x150.jpg" class="attachment-thumbnail" alt="Tools / Firmware" title="Tools / Firmware" /></a>

<p><span id="more-76"></span></p>
<h2>ChangeLog</h2>
<ul>
<li>08-01-2005 – v0.6
<ul>
<li>Unlocked european channels 12 and 13 and japanese channel 14</li>
</ul>
</li>
<li>30-12-2004 – v0.5
<ul>
<li>TX power control now works for all devices.</li>
<li>Added even more TX power settings (0 – 18dbm).</li>
<li>Added «* scans on current channel only» note to adv_mode.html.</li>
</ul>
</li>
<li>27-12-2004 – v0.4
<ul>
<li>Fixed antenna selection. Now works the same for both TX and RX.</li>
<li>Changed «Good packets» to «Total packets» in st_stats.html.</li>
<li>Changed Right and Left Antenna  to Internal and External in adv_perf.html.</li>
<li>Added modification version and date to tools_firmw.html</li>
</ul>
</li>
<li>26-12-2004 – v0.3
<ul>
<li>Added URL to tools_firmw.html.</li>
<li>Added photo of D-link PCB.</li>
<li>Changed banner photo – added credits <img src='http://www.acinonyx.tk/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </li>
</ul>
</li>
<li>25-12-2004 – v0.2
<ul>
<li>TX power setting in effect for all modes.</li>
</ul>
</li>
<li>24-12-2004 – v0.1
<ul>
<li>Added more TX power setting on AP mode only (1 – 17dbm).</li>
</ul>
</li>
</ul>
<h2>Download</h2>
<ul>
<li>F/W: <a href="http://www.acinonyx.tk/wp-content/uploads/2008/10/306_mod_06_acinonyx.zip">3.06_mod_0.6_acinonyx</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.acinonyx.tk/index.php/2005/01/08/dwl-900ap-revc-modified-firmwares/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

