Merge tag 'wireless-for-net-2022-03-01' of git://git.kernel.org/pub/scm/linux/kernel...
authorDavid S. Miller <davem@davemloft.net>
Tue, 1 Mar 2022 14:45:55 +0000 (14:45 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 1 Mar 2022 14:45:55 +0000 (14:45 +0000)
commitb8d06ce712e37c6a6e74bf1624a0f4a412cd6508
tree3058f1a424059d0c258303bcd246e5f1c5387723
parent7cf5aa32e392dfa1e671ef2f704b729a7b39c7f9
parenta12f76345e026f1b300a0d17c56f020b6949b093
Merge tag 'wireless-for-net-2022-03-01' of git://git./linux/kernel/git/wireless/wireless

johannes Berg says:

====================

Some last-minute fixes:
 * rfkill
   - add missing rfill_soft_blocked() when disabled

 * cfg80211
   - handle a nla_memdup() failure correctly
   - fix CONFIG_CFG80211_EXTRA_REGDB_KEYDIR typo in
     Makefile

 * mac80211
   - fix EAPOL handling in 802.3 RX path
   - reject setting up aggregation sessions before
     connection is authorized to avoid timeouts or
     similar
   - handle some SAE authentication steps correctly
   - fix AC selection in mesh forwarding

 * iwlwifi
   - remove TWT support as it causes firmware crashes
     when the AP isn't behaving correctly
   - check debugfs pointer before dereferncing it
====================

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