This is an updated firmware image for the Linksys WAP54G. All hardware versions should be supported, however note that it has only been tested with hardware versions 3.1 and 2. This image comes with ABSOLUTELY NO WARRANTY. If you brick your WAP54G, don't blame me. Changes compared to Linksys's 3.04.02 release: 1. Added TX antenna and RX antenna settings (in advanced wireless settings). 2. Added TX power setting (in advanced wireless settings). (This might not be legal in your locale, check the applicable laws) 3. Turned on boot_wait, which should allow you to recover from a bad firmware. 4. Fix syslog handling, including when DHCP is on. The first three items where part of the (now unmaintained) HyperWAP patch. Hence this version is called: 3.04 - HyperWAP v1.0 - fifi.1 Rebuilding from source: * Download WAP54Gv3_3_04_02.tar.gz from Linksys. md5sum: 8de310f2e22fed52f3420f2721dc500f * Extract: cd $HOME tar xzf WAP54Gv3_3_04_02.tar.gz * Apply the patch: patch -p0 < WAP54Gv3_3_04_02_GPL-HyperWAP-fifi.1.patch * Create a link in /opt (required by the build scripts) ln -s $HOME/WAP54Gv3_3_04_02_GPL/tools/brcm /opt/brcm * Build the image: make -C WAP54Gv3_3_04_02_GPL/release/src/linux/linux dep make -C WAP54Gv3_3_04_02_GPL/release/src * The image is ready in WAP54Gv3_3_04_02_GPL/image/linux.trx Philippe Troin