Commit e7a2827c authored by Reinette Chatre's avatar Reinette Chatre Committed by David S. Miller

iwlwifi: remove reference to non-existent documentation

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: default avatarReinette Chatre <reinette.chatre@intel.com>
Acked-by: default avatarTomas Winkler <tomas.winkler@intel.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 71972664
...@@ -9,17 +9,15 @@ config IWL4965 ...@@ -9,17 +9,15 @@ config IWL4965
This driver uses the kernel's mac80211 subsystem. 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) In order to use this driver, you will need a microcode (uCode)
image for it. You can obtain the microcode from: image for it. You can obtain the microcode from:
<http://intellinuxwireless.org/>. <http://intellinuxwireless.org/>.
See the above referenced README.iwlwifi for information on where The microcode is typically installed in /lib/firmware. You can
to install the microcode images. 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 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), inserted in and remvoed from the running kernel whenever you want),
...@@ -92,17 +90,15 @@ config IWL3945 ...@@ -92,17 +90,15 @@ config IWL3945
This driver uses the kernel's mac80211 subsystem. 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) In order to use this driver, you will need a microcode (uCode)
image for it. You can obtain the microcode from: image for it. You can obtain the microcode from:
<http://intellinuxwireless.org/>. <http://intellinuxwireless.org/>.
See the above referenced README.iwlwifi for information on where The microcode is typically installed in /lib/firmware. You can
to install the microcode images. 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 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), inserted in and remvoed from the running kernel whenever you want),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment