OSDN Git Service

Merge tag 'mac80211-next-for-davem-2017-10-13' of git://git.kernel.org/pub/scm/linux...
authorDavid S. Miller <davem@davemloft.net>
Sun, 15 Oct 2017 01:36:46 +0000 (18:36 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 15 Oct 2017 01:36:46 +0000 (18:36 -0700)
commitae96d3331e0549e075299f17193d22423e462b80
treeaa22b257ee37cd280eea8fa8ff6fe833b997139d
parentf013820f0798b8b10161d7f56d80d8086a009de6
parentb1b1ae2c1c150f8db5d3523c74e81eaf8cae5cbb
Merge tag 'mac80211-next-for-davem-2017-10-13' of git://git./linux/kernel/git/jberg/mac80211-next

Johannes Berg says:

====================
Three fixes for the recently added new code:
 * make "make -s" silent for the certs file (Arnd)
 * fix missing CONFIG_ in extra certs symbol (Arnd)
 * use crypto_aead_authsize() to use the proper API
and two other changes:
 * remove a set-but-unused variable
 * don't track HT *capability* changes, capabilities
   are supposed to be constant (HT operation changes)
====================

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