From: Ben Greear <greearb@xxxxxxxxxxxxxxx> Here are some patches from my tree, freshly applied and compile tested on top of upstream 5.4.0-rc6. One incorporates a fix suggested back in 2013 :) There should not be much dependencies between these, so just skip any you don't want. Ben Greear (10): mac80211: Add comment about tx on monitor devs. mac80211: Change warn-on to warn-on-once mac80211: Don't spam kernel with sdata-in-driver failures. mac80211: Don't spam so loud about warned-sdata-in-driver. mac80211: Improve connection-loss probing. mac80211: Make max-auth-tries configurable as module option mac80211: Revert some of e8e4f5, fixes setting single rate in ath10k. mac80211: Support decrypting action frames for reinsertion into the driver. mac80211: Use warn-on-once for queue mis-configuration. mlme: Don't unlink bss on assoc timeout and similar. include/net/mac80211.h | 10 +++++ net/mac80211/cfg.c | 6 ++- net/mac80211/debug.h | 3 ++ net/mac80211/driver-ops.c | 9 ++++ net/mac80211/driver-ops.h | 36 ++++++++++++++-- net/mac80211/ieee80211_i.h | 3 +- net/mac80211/iface.c | 7 ++++ net/mac80211/mlme.c | 84 +++++++++++++++++--------------------- net/mac80211/rx.c | 2 +- net/mac80211/tx.c | 6 +++ net/mac80211/util.c | 5 ++- 11 files changed, 115 insertions(+), 56 deletions(-) -- 2.20.1