]> git.baikalelectronics.ru Git - kernel.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)
commitf52dd5d52cb4000f2f4f04f2b201e41a62c2cd8f
treee821f0ae04c1fc331e7e251fbe47b6db47b51bb4
parent7a5603fb348a016bb8670ea7f6cd795338a3c3cf
parent5a3f724b777064493fca58e66eb3ccc049160459
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>