Hi Dave, We have a few more fixes for 5.9, see below. Please pull and let me know if there's any problem. Thanks, johannes The following changes since commit 5f6857e808a8bd078296575b417c4b9d160b9779: nfp: use correct define to return NONE fec (2020-09-17 17:59:12 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git tags/mac80211-for-net-2020-09-21 for you to fetch changes up to 75bcbd6913de649601f4e7d3fb6d2b5effc24e9e: mac80211: fix 80 MHz association to 160/80+80 AP on 6 GHz (2020-09-18 14:01:24 +0200) ---------------------------------------------------------------- Just a few fixes: * fix using HE on 2.4 GHz * AQL (airtime queue limit) estimation & VHT160 fix * do not oversize A-MPDUs if local capability is smaller than peer's * fix radiotap on 6 GHz to not put 2.4 GHz flag * fix Kconfig for lib80211 * little fixlet for 6 GHz channel number / frequency conversion ---------------------------------------------------------------- Aloka Dixit (1): mac80211: Fix radiotap header channel flag for 6GHz band Felix Fietkau (3): mac80211: extend AQL aggregation estimation to HE and fix unit mismatch mac80211: add AQL support for VHT160 tx rates mac80211: do not allow bigger VHT MPDUs than the hardware supports Johannes Berg (1): cfg80211: fix 6 GHz channel conversion John Crispin (1): mac80211: fix 80 MHz association to 160/80+80 AP on 6 GHz Necip Fazil Yildiran (1): lib80211: fix unmet direct dependendices config warning when !CRYPTO Wen Gong (1): mac80211: do not disable HE if HT is missing on 2.4 GHz net/mac80211/airtime.c | 20 ++++++++++++++------ net/mac80211/mlme.c | 3 ++- net/mac80211/rx.c | 3 ++- net/mac80211/util.c | 7 ++++--- net/mac80211/vht.c | 8 ++++---- net/wireless/Kconfig | 1 + net/wireless/util.c | 2 +- 7 files changed, 28 insertions(+), 16 deletions(-)