]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge tag 'wireless-drivers-for-davem-2017-08-15' of git://git.kernel.org/pub/scm...
authorDavid S. Miller <davem@davemloft.net>
Tue, 15 Aug 2017 17:19:14 +0000 (10:19 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 15 Aug 2017 17:19:14 +0000 (10:19 -0700)
commit0a6f04184d3d9c21cb6aa12140732aac6930922a
treecbb22e8c7c52d59523775cf9e50d4e5bfdf3f295
parentd624d276d1ddacbcb12ad96832ce0c7b82cd25db
parente9bf53ab1ee34bb05c104bbfd2b77c844773f8e6
Merge tag 'wireless-drivers-for-davem-2017-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers

Kalle Valo says:

====================
wireless-drivers fixes for 4.13

This time quite a few fixes for iwlwifi and one major regression fix
for brcmfmac. For the iwlwifi aggregation bug a small change was
needed for mac80211, but as Johannes is still away the mac80211 patch
is taken via wireless-drivers tree.

brcmfmac

* fix firmware crash (a recent regression in bcm4343{0,1,8}

iwlwifi

* Some simple PCI HW ID fix-ups and additions for family 9000

* Remove a bogus warning message with new FWs (bug #196915)

* Don't allow illegal channel options to be used (bug #195299)

* A fix for checksum offload in family 9000

* A fix serious throughput degradation in 11ac with multiple streams

* An old bug in SMPS where the firmware was not aware of SMPS changes

* Fix a memory leak in the SAR code

* Fix a stuck queue case in AP mode;

* Convert a WARN to a simple debug in a legitimate race case (from
  which we can recover)

* Fix a severe throughput aggregation on 9000-family devices due to
  aggregation issues, needed a small change in mac80211
====================

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