Merge tag 'wireless-drivers-for-davem-2017-10-13' of git://git.kernel.org/pub/scm...
authorDavid S. Miller <davem@davemloft.net>
Fri, 13 Oct 2017 15:42:53 +0000 (08:42 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 13 Oct 2017 15:42:53 +0000 (08:42 -0700)
commitdb5972c95d78fb7d3e0f67b9b6c90adf0ed96db1
treeb97a9039409c17b079542a3b0a7f578756377644
parent12ed3772b7e11b53a58ecbd8ce258271fb148cc6
parenta6127b4440d1f74f26b64006b2f50c9dc6d66efc
Merge tag 'wireless-drivers-for-davem-2017-10-13' of git://git./linux/kernel/git/kvalo/wireless-drivers

Kalle Valo says:

====================
wireless-drivers fixes for 4.14

Nothing really special standing out, all of these are important fixes
which should go to 4.14.

iwlwifi

* fix support for 3168 device series

* fix a potential crash when using FW debugging recording;

* improve channel flags parsing to avoid warnings on too long traces

* return -ENODATA when the temperature is not available, since the
 -EIO we were returning was causing fatal errors in userspace

* avoid printing too many messages in dmesg when using monitor mode,
  since this can become very noisy and completely flood the logs

brcmsmac

* reduce stack usage to avoid frame size warnings with KASAN

brcmfmac

* add a check to avoid copying uninitialised memory

rtlwifi:

* fix a regression with rtl8821ae starting from v4.11 where
  connections was frequently lost
====================

Signed-off-by: David S. Miller <davem@davemloft.net>