Move rate control module parameter text to the correct section in INSTALL
authormentor <mentor@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Mon, 28 Jan 2008 14:31:55 +0000 (14:31 +0000)
committermentor <mentor@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Mon, 28 Jan 2008 14:31:55 +0000 (14:31 +0000)
git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3280 0192ed92-7a03-0410-a25b-9323aeb14dbd

INSTALL

diff --git a/INSTALL b/INSTALL
index 61e27fa206918bca99317ba21435cbdf2a4d785c..34f8a235b5a5c97adb7d40b9919bee060a2ee80c 100644 (file)
--- 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