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 6f3aeb1ba05d41320e6cf9a60f698d9c4e44348e: hv_netvsc: make recording RSS hash depend on feature flag (2019-11-23 18:42:41 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git tags/wireless-drivers-2019-12-17 for you to fetch changes up to 0df36b90c47d93295b7e393da2d961b2f3b6cde4: iwlwifi: pcie: move power gating workaround earlier in the flow (2019-12-10 10:39:39 +0200) ---------------------------------------------------------------- wireless-drivers fixes for v5.5 First set of fixes for v5.5. Fixing security issues, some regressions and few major bugs. mwifiex * security fix for handling country Information Elements (CVE-2019-14895) * security fix for handling TDLS Information Elements ath9k * fix endian issue with ath9k_pci_owl_loader mt76 * fix default mac address handling iwlwifi * fix merge damage which lead to firmware crashing during boot on some devices * fix device initialisation regression on some devices ---------------------------------------------------------------- Anders Kaseorg (1): Revert "iwlwifi: assign directly to iwl_trans->cfg in QuZ detection" Christian Lamparter (1): ath9k: use iowrite32 over __raw_writel Ganapathi Bhat (1): mwifiex: fix possible heap overflow in mwifiex_process_country_ie() Lorenzo Bianconi (1): mt76: mt76x0: fix default mac address overwrite Luca Coelho (1): iwlwifi: pcie: move power gating workaround earlier in the flow qize wang (1): mwifiex: Fix heap overflow in mmwifiex_process_tdls_action_frame() .../net/wireless/ath/ath9k/ath9k_pci_owl_loader.c | 2 +- drivers/net/wireless/intel/iwlwifi/pcie/drv.c | 24 ++++---- .../net/wireless/intel/iwlwifi/pcie/trans-gen2.c | 25 -------- drivers/net/wireless/intel/iwlwifi/pcie/trans.c | 30 ++++++++++ drivers/net/wireless/marvell/mwifiex/sta_ioctl.c | 13 +++- drivers/net/wireless/marvell/mwifiex/tdls.c | 70 ++++++++++++++++++++-- drivers/net/wireless/mediatek/mt76/mt76x0/eeprom.c | 5 +- 7 files changed, 122 insertions(+), 47 deletions(-)