OSDN Git Service

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)
commit1ea06107b0d0465633bc225c00b3914fa404c30e
treec0b08acc8c7e9193d9bd744206794fa3ed8ad530
parent91986ee166cf0816ae92668476ea7872d51b0c6e
parent6157ca0d6bfe437691b1e98a62e2efe12b6714da
Merge tag 'mac80211-for-davem-2019-02-12' of git://git./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>