Bugzilla – Bug 559
New Feature: Rate adjustment
Last modified: 2005-02-03 07:43:15
You need to log in before you can comment on or make changes to this bug.
After some time of source code reading and because of my urgent need for this feature I have implemented the necessary Wireless Extension functions to support the iwconfig range command. The driver now lets you set the preferred bit rate (even when already associated) and also supports the additional auto option (adding auto after a rate e.g. "iwconfig eth1 5M auto", selects all rates lower and equal 5M). I have tested the new feature with a 11MBit AP at my university and it works (it definitely works, because I have about 90% packet loss at 11M and about 15% at 2M). But I have not tested it on 802.11g and 802.11a AP. If you have one of these devices, please test the patch and let me know if it works! As far as I know the firmware currently always selects the highest possible frequency, which is suboptimal. If I have time I will look at that issue too.
Created an attachment (id=254) [details] patch which adds the rate change feature to the driver This patch applies to 1.0.0
*** This bug has been marked as a duplicate of 424 ***