Hi, here's a pull request to net tree, more info below. Please let me know if there are any problems. Kalle The following changes since commit 0452800f6db4ed0a42ffb15867c0acfd68829f6a: net: dsa: mt7530: fix null pointer dereferencing in port5 setup (2020-04-03 16:10:32 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git tags/wireless-drivers-2020-04-14 for you to fetch changes up to 7dc7c41607d192ff660ba4ea82d517745c1d7523: rtw88: avoid unused function warnings (2020-04-14 15:45:36 +0300) ---------------------------------------------------------------- wireless-drivers fixes for v5.7 First set of fixes for v5.6. Fixes for a crash and for two compiler warnings. brcmfmac * fix a crash related to monitor interface ath11k * fix compiler warnings without CONFIG_THERMAL rtw88 * fix compiler warnings related to suspend and resume functions ---------------------------------------------------------------- Arnd Bergmann (1): rtw88: avoid unused function warnings Rafał Miłecki (1): brcmfmac: add stub for monitor interface xmit YueHaibing (1): ath11k: fix compiler warnings without CONFIG_THERMAL drivers/net/wireless/ath/ath11k/thermal.h | 3 ++- drivers/net/wireless/broadcom/brcm80211/brcmfmac/core.c | 9 +++++++++ drivers/net/wireless/realtek/rtw88/pci.c | 11 +++-------- 3 files changed, 14 insertions(+), 9 deletions(-)