From: Luca Coelho <luciano.coelho@xxxxxxxxx> Hi, This is my first batch of fixes inteded for 4.20. These are the fixes: * fix statistics collection with older FWs (was causing issues on userspace); * fix a problem with regulatory after FW restart (bugzilla fix) * fix a problem related to SAR with buggy BIOSes; * fix geographic SAR parsing of ACPI entries; * fix a memory leak in debug code; As usual, I'm pushing this to a pending branch, for kbuild bot, and will send a pull-request later. Please review. Cheers, Luca. Emmanuel Grumbach (2): iwlwifi: mvm: support sta_statistics() even on older firmware iwlwifi: mvm: fix regulatory domain update when the firmware starts Luca Coelho (1): iwlwifi: mvm: don't use SAR Geo if basic SAR is not used Matt Chen (1): iwlwifi: fix wrong WGDS_WIFI_DATA_SIZE Shahar S Matityahu (1): iwlwifi: fix D3 debug data buffer memory leak drivers/net/wireless/intel/iwlwifi/fw/acpi.h | 4 ++- .../net/wireless/intel/iwlwifi/fw/runtime.h | 6 +++- drivers/net/wireless/intel/iwlwifi/mvm/fw.c | 33 ++++++++++++++----- .../net/wireless/intel/iwlwifi/mvm/mac80211.c | 12 +++---- drivers/net/wireless/intel/iwlwifi/mvm/nvm.c | 5 ++- drivers/net/wireless/intel/iwlwifi/mvm/ops.c | 2 ++ 6 files changed, 42 insertions(+), 20 deletions(-) -- 2.19.1