]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'mac80211-for-net-2020-03-26' of git://git.kernel.org/pub/scm/linux/kernel...
authorDavid S. Miller <davem@davemloft.net>
Thu, 26 Mar 2020 19:03:02 +0000 (12:03 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 26 Mar 2020 19:03:02 +0000 (12:03 -0700)
commit935890d6b308df8c085b7c190c52fcf89564c5e6
tree94257afd8dbe3adacfdaf065ca6e7dbec1e9e23e
parent3a293e564df8a5ad9a63a944692fdf09bc12650a
parentebf2897188224972dec47e881b2786218eefe8a5
Merge tag 'mac80211-for-net-2020-03-26' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211

Johannes Berg says:

====================
We have the following fixes:
 * drop data packets if there's no key for them anymore, after
   there had been one, to avoid sending them in clear when
   hostapd removes the key before it removes the station and
   the packets are still queued
 * check port authorization again after dequeue, to avoid
   sending packets if the station is no longer authorized
 * actually remove the authorization flag before the key so
   packets are also dropped properly because of this
 * fix nl80211 control port packet tagging to handle them as
   packets allowed to go out without encryption
 * fix NL80211_ATTR_CHANNEL_WIDTH outgoing netlink attribute
   width (should be 32 bits, not 8)
 * don't WARN in a CSA scenario that happens on some APs
 * fix HE spatial reuse element size calculation
====================

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