]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'mac80211-for-davem-2019-02-12' of git://git.kernel.org/pub/scm/linux/kerne...
authorDavid S. Miller <davem@davemloft.net>
Tue, 12 Feb 2019 16:43:19 +0000 (11:43 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 12 Feb 2019 16:43:19 +0000 (11:43 -0500)
commit525e71ac959318552080fc21e61899cf584c448c
treec0b08acc8c7e9193d9bd744206794fa3ed8ad530
parent06836b36c226d190f4560beda34464b95449cdb6
parentd544f0759c28c72857c9ae06e9e35ddfa5c60211
Merge tag 'mac80211-for-davem-2019-02-12' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211

Johannes Berg says:

====================
Just a few fixes:
 * aggregation session teardown with internal TXQs was
   continuing to send some frames marked as aggregation,
   fix from Ilan
 * IBSS join was missed during firmware restart, should
   such a thing happen
 * speculative execution based on the return value of
   cfg80211_classify8021d() - which is controlled by the
   sender of the packet - could be problematic in some
   code using it, prevent it
 * a few peer measurement fixes
====================

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