docs: networking: reorganize driver documentation again
Organize driver documentation by device type. Most documents have fairly verbose yet uninformative names, so let users first select a well defined device type, and then search for a particular driver. While at it rename the section from Vendor drivers to Hardware drivers. This seems more accurate, besides people sometimes refer to out-of-tree drivers as vendor drivers. Signed-off-by: Jakub Kicinski <kuba@kernel.org> Acked-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Acked-by: Shannon Nelson <snelson@pensando.io> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
ab696fa70f
commit
132db93572
@@ -16,7 +16,7 @@ config IPW2100
|
||||
A driver for the Intel PRO/Wireless 2100 Network
|
||||
Connection 802.11b wireless network adapter.
|
||||
|
||||
See <file:Documentation/networking/device_drivers/intel/ipw2100.rst>
|
||||
See <file:Documentation/networking/device_drivers/wifi/intel/ipw2100.rst>
|
||||
for information on the capabilities currently enabled in this driver
|
||||
and for tips for debugging issues and problems.
|
||||
|
||||
@@ -78,7 +78,7 @@ config IPW2200
|
||||
A driver for the Intel PRO/Wireless 2200BG and 2915ABG Network
|
||||
Connection adapters.
|
||||
|
||||
See <file:Documentation/networking/device_drivers/intel/ipw2200.rst>
|
||||
See <file:Documentation/networking/device_drivers/wifi/intel/ipw2200.rst>
|
||||
for information on the capabilities currently enabled in this
|
||||
driver and for tips for debugging issues and problems.
|
||||
|
||||
|
@@ -8352,7 +8352,7 @@ static int ipw2100_mod_firmware_load(struct ipw2100_fw *fw)
|
||||
if (IPW2100_FW_MAJOR(h->version) != IPW2100_FW_MAJOR_VERSION) {
|
||||
printk(KERN_WARNING DRV_NAME ": Firmware image not compatible "
|
||||
"(detected version id of %u). "
|
||||
"See Documentation/networking/device_drivers/intel/ipw2100.rst\n",
|
||||
"See Documentation/networking/device_drivers/wifi/intel/ipw2100.rst\n",
|
||||
h->version);
|
||||
return 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user