]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
iwlwifi: remove reference to non-existent documentation
authorReinette Chatre <reinette.chatre@intel.com>
Tue, 15 Jan 2008 01:46:24 +0000 (17:46 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:10:02 +0000 (15:10 -0800)
The external iwlwifi driver comes with a README file that is
referenced by the Kconfig. This README is not present in the
driver included in the kernel. Remove references to this
documentation.

Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Acked-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/iwlwifi/Kconfig

index 66ca942ddcea3329d816e58e730520b1cc32bc43..d1af938b9aa661f5e90e998aa9abe43c323bf7e0 100644 (file)
@@ -9,17 +9,15 @@ config IWL4965
 
          This driver uses the kernel's mac80211 subsystem.
 
-         See <file:Documentation/networking/README.iwlwifi> for
-         information on the capabilities currently enabled in this
-         driver and for tips for debugging any issues or problems.
-
          In order to use this driver, you will need a microcode (uCode)
          image for it. You can obtain the microcode from:
 
                  <http://intellinuxwireless.org/>.
 
-         See the above referenced README.iwlwifi for information on where
-         to install the microcode images.
+         The microcode is typically installed in /lib/firmware. You can
+         look in the hotplug script /etc/hotplug/firmware.agent to
+         determine which directory FIRMWARE_DIR is set to when the script
+         runs.
 
          If you want to compile the driver as a module ( = code which can be
          inserted in and remvoed from the running kernel whenever you want),
@@ -92,17 +90,15 @@ config IWL3945
 
          This driver uses the kernel's mac80211 subsystem.
 
-         See <file:Documentation/networking/README.iwlwifi> for
-         information on the capabilities currently enabled in this
-         driver and for tips for debugging any issues or problems.
-
          In order to use this driver, you will need a microcode (uCode)
          image for it. You can obtain the microcode from:
 
                  <http://intellinuxwireless.org/>.
 
-         See the above referenced README.iwlwifi for information on where
-         to install the microcode images.
+         The microcode is typically installed in /lib/firmware. You can
+         look in the hotplug script /etc/hotplug/firmware.agent to
+         determine which directory FIRMWARE_DIR is set to when the script
+         runs.
 
          If you want to compile the driver as a module ( = code which can be
          inserted in and remvoed from the running kernel whenever you want),