diff options
author | David S. Miller <davem@davemloft.net> | 2020-03-13 11:21:25 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-03-13 11:21:25 -0700 |
commit | 94b18a87efdd1626a1e6aef87271af4a7c616d36 (patch) | |
tree | cc32a49f7108a9dbc41124514682c9dc8ee76716 /MAINTAINERS | |
parent | 242a6df688dcad7c55105280a79aaff83addf7ce (diff) | |
parent | e2e57291097b289f84e05fa58ab5e6c6f30cc6e2 (diff) | |
download | linux-94b18a87efdd1626a1e6aef87271af4a7c616d36.tar.bz2 |
Merge tag 'wireless-drivers-2020-03-13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers
Kalle Valo says:
====================
wireless-drivers fixes for v5.6
Third, and hopefully last, set of fixes for v5.6.
iwlwifi
* fix a locking issue in time events handling
* a fix in rate-scaling
* fix for a potential NULL pointer deref
* enable antenna diversity in some devices that were erroneously not doing it
* allow FW dumps to continue when the FW is stuck
* a fix in the HE capabilities handling
* another fix for FW dumps where we were reading wrong addresses
* fix link in MAINTAINERS file
rtlwifi
* fix regression causing connect issues in v5.4
wlcore
* remove merge damage which luckily didn't have any impact on functionality
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index cc1d18cb5d18..8e1882a36068 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8683,7 +8683,7 @@ M: Emmanuel Grumbach <emmanuel.grumbach@intel.com> M: Luca Coelho <luciano.coelho@intel.com> M: Intel Linux Wireless <linuxwifi@intel.com> L: linux-wireless@vger.kernel.org -W: http://intellinuxwireless.org +W: https://wireless.wiki.kernel.org/en/users/drivers/iwlwifi T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git S: Supported F: drivers/net/wireless/intel/iwlwifi/ |