From db307a76c6ec518abf1d83ac205d3726ae36d436 Mon Sep 17 00:00:00 2001 From: mentor Date: Mon, 28 Jan 2008 14:31:55 +0000 Subject: [PATCH] Move rate control module parameter text to the correct section in INSTALL git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3280 0192ed92-7a03-0410-a25b-9323aeb14dbd --- INSTALL | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/INSTALL b/INSTALL index 61e27fa..34f8a23 100644 --- a/INSTALL +++ b/INSTALL @@ -83,18 +83,6 @@ If the kernel was built outside the source directory, KERNELPATH should point to the output directory where .config is located, not to the sources. -MadWifi currently provides four different rate control algorithms, -ONOE, AMRR, SAMPLE and MINSTREL. SAMPLE and MINSTREL are both very -advanced, but MINSTREL is quite new. Consequently, SAMPLE is used by -default. In order to make MadWifi use e.g. AMRR instead, you have to -specify that as the module parameter e.g. - - # modprobe ath_pci ratectl=amrr - -NOTE: Changing the rate control is only required (and recommended) for - users who want to setup an access point using MadWifi in difficult - (e.g. lossy) environments and who know what they are doing. - This distribution includes support for a variety of target platforms. Because of the binary nature of the HAL not all platforms are supported (the list grows as time permits). The supported target platforms can be @@ -185,6 +173,18 @@ To activate German frequencies you would specify: # modprobe ath_pci countrycode=276 +MadWifi currently provides four different rate control algorithms, +ONOE, AMRR, SAMPLE and MINSTREL. SAMPLE and MINSTREL are both very +advanced, but MINSTREL is quite new. Consequently, SAMPLE is used by +default. In order to make MadWifi use e.g. AMRR instead, you have to +specify that as the module parameter e.g. + + # modprobe ath_pci ratectl=amrr + +NOTE: Changing the rate control is only required (and recommended) for + users who want to setup an access point using MadWifi in difficult + (e.g. lossy) environments and who know what they are doing. + To see all available module parameters type: $ modinfo ath_pci -- 2.35.1