Merge tag 'mac80211-for-davem-2019-01-25' of git://git.kernel.org/pub/scm/linux/kerne...
authorDavid S. Miller <davem@davemloft.net>
Fri, 25 Jan 2019 18:59:36 +0000 (10:59 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 25 Jan 2019 18:59:36 +0000 (10:59 -0800)
commit517952756ed3027a9b776e331985320a829b9f62
tree9b044e3bb8b586e7cdde744966833d5d863c36c4
parente95d22c69b2c130ccce257b84daf283fd82d611e
parent93183bdbe73bbdd03e9566c8dc37c9d06b0d0db6
Merge tag 'mac80211-for-davem-2019-01-25' of git://git./linux/kernel/git/jberg/mac80211

Johannes Berg says:

====================
Just a few small fixes:
 * avoid trying to operate TDLS when not connection,
   this is not valid and led to issues
 * count TTL-dropped frames in mesh better
 * deal with new WiGig channels in regulatory code
 * remove a WARN_ON() that can trigger due to benign
   races during device/driver registration
 * fix nested netlink policy maxattrs (syzkaller)
 * fix hwsim n_limits (syzkaller)
 * propagate __aligned(2) to a surrounding struct
 * return proper error in virt_wifi error path
====================

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