]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'wireless-drivers-for-davem-2017-12-08' of git://git.kernel.org/pub/scm...
authorDavid S. Miller <davem@davemloft.net>
Fri, 8 Dec 2017 19:48:49 +0000 (14:48 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 8 Dec 2017 19:48:49 +0000 (14:48 -0500)
commit30a3d363da9423942906f6346f037b9d0207f8df
tree44c9a1fff6638a153ba99f7c459fbe99350eadb7
parent5c2bd2dd3e4004192f2b41f519eb9081f4709d51
parent9aa01e3cd442edd7fde0e8b84a85541a14e77300
Merge tag 'wireless-drivers-for-davem-2017-12-08' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers

Kalle Valo says:

====================
wireless-drivers fixes for 4.15

Second set of fixes for 4.15. This time a lot of iwlwifi patches and
two brcmfmac patches. Most important here are the MIC and IVC fixes
for iwlwifi to unbreak 9000 series.

iwlwifi

* fix rate-scaling to not start lowest possible rate

* fix the TX queue hang detection for AP/GO modes

* fix the TX queue hang timeout in monitor interfaces

* fix packet injection

* remove a wrong error message when dumping PCI registers

* fix race condition with RF-kill

* tell mac80211 when the MIC has been stripped (9000 series)

* tell mac80211 when the IVC has been stripped (9000 series)

* add 2 new PCI IDs, one for 9000 and one for 22000

* fix a queue hang due during a P2P Remain-on-Channel operation

brcmfmac

* fix a race which sometimes caused a crash during sdio unbind

* fix a kernel-doc related build error
====================

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