Hi, I have just a handful of fixes, but the AQL one is important since it disables the code that causes the iwlwifi issues/warnings. Please pull and let me know if there's any problem. Thanks, johannes The following changes since commit 0af67e49b018e7280a4227bfe7b6005bc9d3e442: qede: Fix multicast mac configuration (2019-12-12 11:08:36 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git tags/mac80211-for-net-2019-10-16 for you to fetch changes up to 6fc232db9e8cd50b9b83534de9cd91ace711b2d7: rfkill: Fix incorrect check to avoid NULL pointer dereference (2019-12-16 10:15:49 +0100) ---------------------------------------------------------------- A handful of fixes: * disable AQL on most drivers, addressing the iwlwifi issues * fix double-free on network namespace changes * fix TID field in frames injected through monitor interfaces * fix ieee80211_calc_rx_airtime() * fix NULL pointer dereference in rfkill (and remove BUG_ON) ---------------------------------------------------------------- Aditya Pakki (1): rfkill: Fix incorrect check to avoid NULL pointer dereference Dan Carpenter (1): mac80211: airtime: Fix an off by one in ieee80211_calc_rx_airtime() Fredrik Olofsson (1): mac80211: fix TID field in monitor mode transmit Stefan Bühler (1): cfg80211: fix double-free after changing network namespace Toke Høiland-Jørgensen (1): mac80211: Turn AQL into an NL80211_EXT_FEATURE drivers/net/wireless/ath/ath10k/mac.c | 1 + include/uapi/linux/nl80211.h | 5 +++ net/mac80211/airtime.c | 2 +- net/mac80211/debugfs_sta.c | 76 ++++++++++++++++++++++++++--------- net/mac80211/main.c | 4 +- net/mac80211/sta_info.c | 3 ++ net/mac80211/sta_info.h | 1 - net/mac80211/tx.c | 13 +++++- net/rfkill/core.c | 7 +++- net/wireless/core.c | 1 + 10 files changed, 86 insertions(+), 27 deletions(-)