Hi Dave, For the current release, I have a few fixes. No sense waiting for more, and most of these have been around for a while. Please pull and let me know if there's any problem. Thanks, johannes The following changes since commit 4205c88eaf17b5f3ee30032d68df55cd5d9077a1: net: stmmac: Set DMA buffer size in HW (2018-06-28 22:24:25 +0900) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git tags/mac80211-for-davem-2018-06-29 for you to fetch changes up to 95bca62fb723a121954fc7ae5473bb2c1f0d5986: nl80211: check nla_parse_nested() return values (2018-06-29 09:44:51 +0200) ---------------------------------------------------------------- Just three fixes: * fix HT operation in mesh mode * disable preemption in control frame TX * check nla_parse_nested() return values where missing (two places) ---------------------------------------------------------------- Bob Copeland (1): nl80211: relax ht operation checks for mesh Denis Kenzior (1): mac80211: disable BHs/preemption in ieee80211_tx_control_port() Johannes Berg (1): nl80211: check nla_parse_nested() return values net/mac80211/tx.c | 2 ++ net/wireless/nl80211.c | 35 ++++++++++++++--------------------- 2 files changed, 16 insertions(+), 21 deletions(-)