diff options
author | David S. Miller <davem@davemloft.net> | 2022-03-18 18:11:31 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-03-18 18:11:31 +0300 |
commit | dca51fe7fbb11909cd80e81714f6de4515123a64 (patch) | |
tree | c786b8f82fe6cd32cba678daee1c9b89bd7acd20 /MAINTAINERS | |
parent | e913c09dbe3b4114ed4fadd15705a63fcfaaf48a (diff) | |
parent | 54f586a9153201c6cff55e1f561990c78bd99aa7 (diff) | |
download | linux-dca51fe7fbb11909cd80e81714f6de4515123a64.tar.xz |
Merge tag 'wireless-next-2022-03-18' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next
Kalle Valo says:
====================
wireless-next patches for v5.18
Third set of patches for v5.18. Smaller set this time, support for
mt7921u and some work on MBSSID support. Also a workaround for rfkill
userspace event.
Major changes:
mac80211
* MBSSID beacon handling in AP mode
rfkill
* make new event layout opt-in to workaround buggy user space
rtlwifi
* support On Networks N150 device id
mt76
* mt7915: MBSSID and 6 GHz band support
* new driver mt7921u
====================
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 cf1ea4629b21..e5ce4f60786e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -15938,8 +15938,8 @@ M: Kalle Valo <kvalo@kernel.org> L: ath11k@lists.infradead.org S: Supported T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git +F: Documentation/devicetree/bindings/net/wireless/qcom,ath11k.yaml F: drivers/net/wireless/ath/ath11k/ -F: Documentation/devicetree/bindings/net/wireless/qcom,ath11k.txt QUALCOMM ATHEROS ATH9K WIRELESS DRIVER M: Toke Høiland-Jørgensen <toke@toke.dk> |