Bug 559 - New Feature: Rate adjustment
: New Feature: Rate adjustment
Status: RESOLVED DUPLICATE of bug 424
: IPW2200
Rate scaling
: unspecified
: All All
: P2 enhancement
Assigned To:
:
:
:
:
:
  Show dependency treegraph
 
Reported: 2005-02-02 03:53 by
Modified: 2005-02-03 07:43 (History)


Attachments
patch which adds the rate change feature to the driver (7.96 KB, patch)
2005-02-02 03:54, Florian Hackenberger
Details | Diff


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2005-02-02 03:53:48
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.
------- Comment #1 From 2005-02-02 03:54:55 -------
Created an attachment (id=254) [details]
patch which adds the rate change feature to the driver

This patch applies to 1.0.0
------- Comment #2 From 2005-02-03 07:43:15 -------

*** This bug has been marked as a duplicate of 424 ***