]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'mac80211-for-davem-2017-06-13' of git://git.kernel.org/pub/scm/linux/kerne...
authorDavid S. Miller <davem@davemloft.net>
Tue, 13 Jun 2017 17:34:13 +0000 (13:34 -0400)
committerDavid S. Miller <davem@davemloft.net>
Tue, 13 Jun 2017 17:34:13 +0000 (13:34 -0400)
commit9bf7e78e0e22799a651cd2c53ccea601e104930c
treebcd773cb87894e264be36091891eaee194038551
parentca2f5df01c83f6c326d32989313e2a9d903adff9
parent2b70aa06fdc8eb37efba9d967907b8a1f5f0a211
Merge tag 'mac80211-for-davem-2017-06-13' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211

Johannes Berg says:

====================
Some fixes:
 * Avi fixes some fallout from my mac80211 RX flags changes
 * Emmanuel fixes an issue with adhering to the spec, and
   an oversight in the SMPS management code
 * Jason's patch makes mac80211 use constant-time memory
   comparisons for message authentication, to avoid having
   potentially observable timing differences
 * my fix makes mac80211 set the basic rates bitmap before
   the channel so the next update to the driver has more
   consistent data - this required another rework patch to
   remove some useless 5/10 MHz code that can never be hit
====================

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