diff options
author | David S. Miller <davem@davemloft.net> | 2018-07-03 23:29:29 +0900 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-07-03 23:29:29 +0900 |
commit | 248c690a2dc8725b5a5e06a1e0cdd65c7da06801 (patch) | |
tree | 611d4cb2190caa7b57508cec2a9c588ec57cd9d3 /MAINTAINERS | |
parent | 2d0ec5440bef4a0a8858d52d45c31725540c3e74 (diff) | |
parent | 4fa9433f950a3df0c180be37f14efe033198aa24 (diff) | |
download | linux-248c690a2dc8725b5a5e06a1e0cdd65c7da06801.tar.bz2 |
Merge tag 'wireless-drivers-for-davem-2018-07-03' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers
Kalle Valo says:
====================
wireless-drivers fixes for 4.18
First set of fixes for 4.18 and for numerous drivers. Something to mention
about is the wcn36xx fix which makes it possible to compile with gcc older than
4.4 (though I'm not sure if we even support those anymore).
qtnfmac
* coverity fix for a new commit in v4.18-rc1
rtlwifi
* fix kernel oops during driver removal
* fix firmware image corruption for rtl8821ae
brcmfmac
* fix crash if there's no firmware image
mwifiex
* a revert and a better fix for a new commit v4.18-rc1
mt7601u
* fix a recent regression about unnecessary warning about avg_rssi
wcn36xx
* convert testmode.c to plain ASCII
ath10k
* fix a firmware crash during bandwidth change
====================
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 07d1576fc766..34738d054f8d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8628,7 +8628,7 @@ MARVELL MWIFIEX WIRELESS DRIVER M: Amitkumar Karwar <amitkarwar@gmail.com> M: Nishant Sarmukadam <nishants@marvell.com> M: Ganapathi Bhat <gbhat@marvell.com> -M: Xinming Hu <huxm@marvell.com> +M: Xinming Hu <huxinming820@gmail.com> L: linux-wireless@vger.kernel.org S: Maintained F: drivers/net/wireless/marvell/mwifiex/ |