]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit225af5436d036e599a8fbd33d2d8d9b898c7a097
tree3058f1a424059d0c258303bcd246e5f1c5387723
parent8f68527f944fa6f9f4d73475477991761302411a
parent312916d7e30ecf6930463924cedcfd4682bc78c0
Merge tag 'wireless-for-net-2022-03-01' of git://git.kernel.org/pub/scm/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>