Commit 1141215c authored by Flavio Suligoi's avatar Flavio Suligoi Committed by Kalle Valo
Browse files

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: default avatarFlavio Suligoi <f.suligoi@asem.it>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20200605154112.16277-4-f.suligoi@asem.it
parent a738e766
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,11 +15,11 @@ config WLAN_VENDOR_ATH

	  For more information and documentation on this module you can visit:

	  http://wireless.kernel.org/en/users/Drivers/ath
	  https://wireless.wiki.kernel.org/en/users/Drivers/ath

	  For information on all Atheros wireless drivers visit:

	  http://wireless.kernel.org/en/users/Drivers/Atheros
	  https://wireless.wiki.kernel.org/en/users/Drivers/Atheros

if WLAN_VENDOR_ATH

+3 −2
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ config ATH9K
	  APs that come with these cards refer to ath9k wiki
	  products page:

	  http://wireless.kernel.org/en/users/Drivers/ath9k/products
	  https://wireless.wiki.kernel.org/en/users/Drivers/ath9k/products

	  If you choose to build a module, it'll be called ath9k.

@@ -185,7 +185,8 @@ config ATH9K_HTC
	  Support for Atheros HTC based cards.
	  Chipsets supported: AR9271

	  For more information: http://wireless.kernel.org/en/users/Drivers/ath9k_htc
	  For more information:
	  https://wireless.wiki.kernel.org/en/users/Drivers/ath9k_htc

	  The built module will be ath9k_htc.

+1 −1
Original line number Diff line number Diff line
@@ -2410,7 +2410,7 @@ static u8 fixup_chainmask(u8 chip_chainmask, u8 eeprom_chainmask)
 * of tests. The testing requirements are going to be documented. Desired
 * test requirements are documented at:
 *
 * http://wireless.kernel.org/en/users/Drivers/ath9k/dfs
 * https://wireless.wiki.kernel.org/en/users/Drivers/ath9k/dfs
 *
 * Once a new chipset gets properly tested an individual commit can be used
 * to document the testing for DFS for that chipset.
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ config CARL9170

	  It needs a special firmware (carl9170-1.fw), which can be downloaded
	  from our wiki here:
	  <http://wireless.kernel.org/en/users/Drivers/carl9170>
	  <https://wireless.wiki.kernel.org/en/users/Drivers/carl9170>

	  If you choose to build a module, it'll be called carl9170.

+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ MODULE_ALIAS("arusb_lnx");
 * Note:
 *
 * Always update our wiki's device list (located at:
 * http://wireless.kernel.org/en/users/Drivers/ar9170/devices ),
 * https://wireless.wiki.kernel.org/en/users/Drivers/ar9170/devices ),
 * whenever you add a new device.
 */
static const struct usb_device_id carl9170_usb_ids[] = {
Loading