Commit 4dd9e7e0 authored by Flavio Suligoi's avatar Flavio Suligoi Committed by Kalle Valo

intersil: fix wiki website url

In some Intersil files, the wiki url is still the old
"wireless.kernel.org" instead of the new
"wireless.wiki.kernel.org"
Signed-off-by: default avatarFlavio Suligoi <f.suligoi@asem.it>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20200723135254.594984-1-f.suligoi@asem.it
parent 141bc9ab
...@@ -30,7 +30,7 @@ config PRISM54 ...@@ -30,7 +30,7 @@ config PRISM54
For more information refer to the p54 wiki: For more information refer to the p54 wiki:
http://wireless.kernel.org/en/users/Drivers/p54 http://wireless.wiki.kernel.org/en/users/Drivers/p54
Note: You need a motherboard with DMA support to use any of these cards Note: You need a motherboard with DMA support to use any of these cards
......
...@@ -10,7 +10,7 @@ config P54_COMMON ...@@ -10,7 +10,7 @@ config P54_COMMON
also need to be enabled in order to support any devices. also need to be enabled in order to support any devices.
These devices require softmac firmware which can be found at These devices require softmac firmware which can be found at
<http://wireless.kernel.org/en/users/Drivers/p54> <http://wireless.wiki.kernel.org/en/users/Drivers/p54>
If you choose to build a module, it'll be called p54common. If you choose to build a module, it'll be called p54common.
...@@ -22,7 +22,7 @@ config P54_USB ...@@ -22,7 +22,7 @@ config P54_USB
This driver is for USB isl38xx based wireless cards. This driver is for USB isl38xx based wireless cards.
These devices require softmac firmware which can be found at These devices require softmac firmware which can be found at
<http://wireless.kernel.org/en/users/Drivers/p54> <http://wireless.wiki.kernel.org/en/users/Drivers/p54>
If you choose to build a module, it'll be called p54usb. If you choose to build a module, it'll be called p54usb.
...@@ -36,7 +36,7 @@ config P54_PCI ...@@ -36,7 +36,7 @@ config P54_PCI
supported by the fullmac driver/firmware. supported by the fullmac driver/firmware.
This driver requires softmac firmware which can be found at This driver requires softmac firmware which can be found at
<http://wireless.kernel.org/en/users/Drivers/p54> <http://wireless.wiki.kernel.org/en/users/Drivers/p54>
If you choose to build a module, it'll be called p54pci. If you choose to build a module, it'll be called p54pci.
......
...@@ -132,7 +132,7 @@ int p54_parse_firmware(struct ieee80211_hw *dev, const struct firmware *fw) ...@@ -132,7 +132,7 @@ int p54_parse_firmware(struct ieee80211_hw *dev, const struct firmware *fw)
if (priv->fw_var < 0x500) if (priv->fw_var < 0x500)
wiphy_info(priv->hw->wiphy, wiphy_info(priv->hw->wiphy,
"you are using an obsolete firmware. " "you are using an obsolete firmware. "
"visit http://wireless.kernel.org/en/users/Drivers/p54 " "visit http://wireless.wiki.kernel.org/en/users/Drivers/p54 "
"and grab one for \"kernel >= 2.6.28\"!\n"); "and grab one for \"kernel >= 2.6.28\"!\n");
if (priv->fw_var >= 0x300) { if (priv->fw_var >= 0x300) {
......
...@@ -36,7 +36,7 @@ static struct usb_driver p54u_driver; ...@@ -36,7 +36,7 @@ static struct usb_driver p54u_driver;
* Note: * Note:
* *
* Always update our wiki's device list (located at: * Always update our wiki's device list (located at:
* http://wireless.kernel.org/en/users/Drivers/p54/devices ), * http://wireless.wiki.kernel.org/en/users/Drivers/p54/devices ),
* whenever you add a new device. * whenever you add a new device.
*/ */
......
...@@ -26,7 +26,8 @@ module_param(init_pcitm, int, 0); ...@@ -26,7 +26,8 @@ module_param(init_pcitm, int, 0);
/* In this order: vendor, device, subvendor, subdevice, class, class_mask, /* In this order: vendor, device, subvendor, subdevice, class, class_mask,
* driver_data * driver_data
* If you have an update for this please contact prism54-devel@prism54.org * If you have an update for this please contact prism54-devel@prism54.org
* The latest list can be found at http://wireless.kernel.org/en/users/Drivers/p54 */ * The latest list can be found at http://wireless.wiki.kernel.org/en/users/Drivers/p54
*/
static const struct pci_device_id prism54_id_tbl[] = { static const struct pci_device_id prism54_id_tbl[] = {
/* Intersil PRISM Duette/Prism GT Wireless LAN adapter */ /* Intersil PRISM Duette/Prism GT Wireless LAN adapter */
{ {
......
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