diff options
author | Jakub Kicinski <kuba@kernel.org> | 2022-05-11 17:33:01 -0700 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2022-05-11 17:33:01 -0700 |
commit | 8bf6008c8bbca77547aac118d022071b94b4cccd (patch) | |
tree | e80e09088a574ea9e4ecf6576655bb451621f1f8 /MAINTAINERS | |
parent | 3f95a7472d14abef284d8968734fe2ae7ff4845f (diff) | |
parent | a36e07dfe6ee71e209383ea9288cd8d1617e14f9 (diff) | |
download | linux-stable-8bf6008c8bbca77547aac118d022071b94b4cccd.tar.gz linux-stable-8bf6008c8bbca77547aac118d022071b94b4cccd.tar.bz2 linux-stable-8bf6008c8bbca77547aac118d022071b94b4cccd.zip |
Merge tag 'wireless-2022-05-11' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless
Kalle Valo says:
====================
wireless fixes for v5.18
Second set of fixes for v5.18 and hopefully the last one. We have a
new iwlwifi maintainer, a fix to rfkill ioctl interface and important
fixes to both stack and two drivers.
* tag 'wireless-2022-05-11' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless:
rfkill: uapi: fix RFKILL_IOCTL_MAX_SIZE ioctl request definition
nl80211: fix locking in nl80211_set_tx_bitrate_mask()
mac80211_hwsim: call ieee80211_tx_prepare_skb under RCU protection
mac80211_hwsim: fix RCU protected chanctx access
mailmap: update Kalle Valo's email
mac80211: Reset MBSSID parameters upon connection
cfg80211: retrieve S1G operating channel number
nl80211: validate S1G channel width
mac80211: fix rx reordering with non explicit / psmp ack policy
ath11k: reduce the wait time of 11d scan and hw scan while add interface
MAINTAINERS: update iwlwifi driver maintainer
iwlwifi: iwl-dbg: Use del_timer_sync() before freeing
====================
Link: https://lore.kernel.org/r/20220511154535.A1A12C340EE@smtp.kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 15037bd1ce48..8e93bc9d6fc5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10132,7 +10132,7 @@ S: Supported F: drivers/net/wireless/intel/iwlegacy/ INTEL WIRELESS WIFI LINK (iwlwifi) -M: Luca Coelho <luciano.coelho@intel.com> +M: Gregory Greenman <gregory.greenman@intel.com> L: linux-wireless@vger.kernel.org S: Supported W: https://wireless.wiki.kernel.org/en/users/drivers/iwlwifi |