Merge tag 'mac80211-for-davem-2018-06-15' of git://git.kernel.org/pub/scm/linux/kerne...
authorDavid S. Miller <davem@davemloft.net>
Fri, 15 Jun 2018 16:08:26 +0000 (09:08 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 15 Jun 2018 16:08:26 +0000 (09:08 -0700)
commit41f9ba67f087756efd8c4aa490c097035c1969af
treec15dca7c530bffd3aa055e5053996c93edf236c3
parentab188e8f4aad9845589ed050bde9514550a23ea5
parentbf2b61a6838f19cbc33f6732715012c483fa3795
Merge tag 'mac80211-for-davem-2018-06-15' of git://git./linux/kernel/git/jberg/mac80211

Johannes Berg says:

====================
A handful of fixes:
 * missing RCU grace period enforcement led to drivers freeing
   data structures before; fix from Dedy Lansky.
 * hwsim module init error paths were messed up; fixed it myself
   after a report from Colin King (who had sent a partial patch)
 * kernel-doc tag errors; fix from Luca Coelho
 * initialize the on-stack sinfo data structure when getting
   station information; fix from Sven Eckelmann
 * TXQ state dumping is now done from init, and when TXQs aren't
   initialized yet at that point, bad things happen, move the
   initialization; fix from Toke Høiland-Jørgensen.
====================

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