diff options
author | Flavio Suligoi <f.suligoi@asem.it> | 2020-06-05 18:41:06 +0300 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2020-06-09 09:25:25 +0300 |
commit | 1141215c745b152da6cb632f3532f7384ced8410 (patch) | |
tree | 14e2982c97627a6091b3da2b4984db3cc4c691b4 /drivers/net/wireless/ath/wil6210/Kconfig | |
parent | a738e766e3ed92c4ee5ec967777276b5ce11dd2c (diff) | |
download | linux-1141215c745b152da6cb632f3532f7384ced8410.tar.xz |
ath: fix wiki website url
In some ath files, the wiki url is still the old
"wireless.kernel.org" instead of the new
"wireless.wiki.kernel.org"
Signed-off-by: Flavio Suligoi <f.suligoi@asem.it>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20200605154112.16277-4-f.suligoi@asem.it
Diffstat (limited to 'drivers/net/wireless/ath/wil6210/Kconfig')
-rw-r--r-- | drivers/net/wireless/ath/wil6210/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/wil6210/Kconfig b/drivers/net/wireless/ath/wil6210/Kconfig index 0d1a8dab30ed..8c9dd673b9e7 100644 --- a/drivers/net/wireless/ath/wil6210/Kconfig +++ b/drivers/net/wireless/ath/wil6210/Kconfig @@ -10,7 +10,7 @@ config WIL6210 wil6210 chip by Wilocity. It supports operation on the 60 GHz band, covered by the IEEE802.11ad standard. - http://wireless.kernel.org/en/users/Drivers/wil6210 + https://wireless.wiki.kernel.org/en/users/Drivers/wil6210 If you choose to build it as a module, it will be called wil6210 |