]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Merge tag 'mac80211-for-davem-2018-09-27' of git://git.kernel.org/pub/scm/linux/kerne...
authorDavid S. Miller <davem@davemloft.net>
Fri, 28 Sep 2018 17:41:59 +0000 (10:41 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 28 Sep 2018 17:41:59 +0000 (10:41 -0700)
commit05c5e9ff22e33cb9706b20fd3cf33b802f7edbf6
treee821f0ae04c1fc331e7e251fbe47b6db47b51bb4
parent5f672090e44f4951084c5e1d6b0668a5fc422af8
parent1222a16014888ed9733c11e221730d4a8196222b
Merge tag 'mac80211-for-davem-2018-09-27' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211

Johannes Berg says:

====================
More patches than I'd like perhaps, but each seems reasonable:
 * two new spectre-v1 mitigations in nl80211
 * TX status fix in general, and mesh in particular
 * powersave vs. offchannel fix
 * regulatory initialization fix
 * fix for a queue hang due to a bad return value
 * allocate TXQs for active monitor interfaces, fixing my
   earlier patch to avoid unnecessary allocations where I
   missed this case needed them
 * fix TDLS data frames priority assignment
 * fix scan results processing to take into account duplicate
   channel numbers (over different operating classes, but we
   don't necessarily know the operating class)
 * various hwsim fixes for radio destruction and new radio
   announcement messages
 * remove an extraneous kernel-doc line
====================

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