Merge tag 'iwlwifi-next-for-kalle-2020-06-11' of git://git.kernel.org/pub/scm/linux...
authorKalle Valo <kvalo@codeaurora.org>
Mon, 15 Jun 2020 17:23:23 +0000 (20:23 +0300)
committerKalle Valo <kvalo@codeaurora.org>
Mon, 15 Jun 2020 17:23:23 +0000 (20:23 +0300)
First set of patches intended for v5.9

* Fix links to wiki;
* Some preparations for gcc-10;
* Make FW reconfiguration quieter by not using warn level;
* Some other small fixes and clean-up;

# gpg: Signature made Thu 11 Jun 2020 12:03:51 PM EEST using RSA key ID 1A3CC5FA
# gpg: Good signature from "Luciano Roth Coelho (Luca) <luca@coelho.fi>"
# gpg:                 aka "Luciano Roth Coelho (Intel) <luciano.coelho@intel.com>"

1  2 
drivers/net/wireless/intel/iwlwifi/Kconfig

@@@ -3,7 -3,7 +3,7 @@@ config IWLWIF
        tristate "Intel Wireless WiFi Next Gen AGN - Wireless-N/Advanced-N/Ultimate-N (iwlwifi) "
        depends on PCI && HAS_IOMEM && CFG80211
        select FW_LOADER
 -      ---help---
 +      help
          Select to build the driver supporting the:
  
          Intel Wireless WiFi Link Next-Gen AGN
@@@ -31,7 -31,7 +31,7 @@@
          In order to use this driver, you will need a firmware
          image for it. You can obtain the microcode from:
  
-                 <http://wireless.kernel.org/en/users/Drivers/iwlwifi>.
+                 <https://wireless.wiki.kernel.org/en/users/Drivers/iwlwifi>.
  
          The firmware is typically installed in /lib/firmware. You can
          look in the hotplug script /etc/hotplug/firmware.agent to
@@@ -96,7 -96,7 +96,7 @@@ menu "Debugging Options
  
  config IWLWIFI_DEBUG
        bool "Enable full debugging output in the iwlwifi driver"
 -      ---help---
 +      help
          This option will enable debug tracing output for the iwlwifi drivers
  
          This will result in the kernel module being ~100k larger.  You can
  config IWLWIFI_DEBUGFS
        bool "iwlwifi debugfs support"
        depends on MAC80211_DEBUGFS
 -      ---help---
 +      help
          Enable creation of debugfs files for the iwlwifi drivers. This
          is a low-impact option that allows getting insight into the
          driver's state at runtime.