Changes from v2: - Remove debugfs.c compilation if CONFIG_DEBUG_FS is not defined Changes from v1: - Removal of runtime PM patch, pending a fix to system suspend flow Dedy Lansky (2): wil6210: support FW RSSI reporting wil6210: store FW RF calibration result Gidon Studinski (1): wil6210: make debugfs compilation optional Hamad Kadmany (3): wil6210: protect against invalid length of tx management frame wil6210: allow configuring scan timers wil6210: fix interface-up check Maya Erez (3): wil6210: check no_fw_recovery in resume failure recovery wil6210: add statistics for suspend time wil6210: notify wiphy on wowlan support drivers/net/wireless/ath/wil6210/Makefile | 2 +- drivers/net/wireless/ath/wil6210/cfg80211.c | 42 ++++++++++++++++++++++++----- drivers/net/wireless/ath/wil6210/debugfs.c | 28 ++++++++++++++----- drivers/net/wireless/ath/wil6210/main.c | 12 ++++++++- drivers/net/wireless/ath/wil6210/pcie_bus.c | 3 +++ drivers/net/wireless/ath/wil6210/pm.c | 27 ++++++++++++++++--- drivers/net/wireless/ath/wil6210/txrx.c | 6 ++--- drivers/net/wireless/ath/wil6210/wil6210.h | 21 +++++++++++++-- drivers/net/wireless/ath/wil6210/wmi.c | 14 +++++++--- drivers/net/wireless/ath/wil6210/wmi.h | 8 ++++-- 10 files changed, 134 insertions(+), 29 deletions(-) -- 1.9.1